Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
pub fn routes() -> Routes {
13
Routes::new().prefix(
"user"
).add(
"/current"
, get(current))
14
}
Callers
nothing calls this directly
Calls
2
add
Method · 0.80
new
Function · 0.50
Tested by
no test coverage detected