add: user account warnings
This commit is contained in:
parent
535a854a47
commit
5995aaf31c
16 changed files with 459 additions and 1 deletions
|
@ -35,6 +35,10 @@ pub fn routes() -> Router {
|
|||
"/mod_panel/profile/{id}",
|
||||
get(mod_panel::manage_profile_request),
|
||||
)
|
||||
.route(
|
||||
"/mod_panel/profile/{id}/warnings",
|
||||
get(mod_panel::manage_profile_warnings_request),
|
||||
)
|
||||
// auth
|
||||
.route("/auth/register", get(auth::register_request))
|
||||
.route("/auth/login", get(auth::login_request))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue