MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / routes

Function routes

examples/react_admin/backend/src/controllers/user.rs:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12pub fn routes() -> Routes {
13 Routes::new().prefix("user").add("/current", get(current))
14}

Callers

nothing calls this directly

Calls 2

addMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected