feat: implement guild creation

This commit is contained in:
Radical 2025-05-04 01:16:57 +02:00
parent 8883ff6400
commit f9e1e276f0
2 changed files with 57 additions and 6 deletions

View file

@ -10,4 +10,5 @@ pub fn web() -> Scope {
.service(stats::res)
.service(auth::web())
.service(users::web())
.service(servers::web())
}