add: server stats page
This commit is contained in:
parent
98d6f21e6e
commit
07f5ebf8e7
8 changed files with 97 additions and 1 deletions
|
@ -56,6 +56,7 @@ pub fn routes() -> Router {
|
|||
"/mod_panel/profile/{id}/warnings",
|
||||
get(mod_panel::manage_profile_warnings_request),
|
||||
)
|
||||
.route("/mod_panel/stats", get(mod_panel::stats_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