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

Function routes

examples/react_admin/backend/src/controllers/auth.rs:148–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148pub fn routes() -> Routes {
149 Routes::new()
150 .prefix("auth")
151 .add("/register", post(register))
152 .add("/verify", post(verify))
153 .add("/login", post(login))
154 .add("/forgot", post(forgot))
155 .add("/reset", post(reset))
156}

Callers 1

routesMethod · 0.50

Calls 2

addMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected