feat: Add a page with some information about the server

This commit is contained in:
Ginger
2026-05-20 10:40:32 -04:00
parent a0aeebd237
commit 4da00fa28a
14 changed files with 293 additions and 133 deletions
+1
View File
@@ -129,6 +129,7 @@ pub fn build(services: &Services) -> Router<state::State> {
.nest(
"/_continuwuity/",
Router::new()
.nest("/about", about::build())
.nest("/account/", account::build())
.merge(debug::build())
.nest("/oauth2/", oauth::build())