feat: implement guild creation
This commit is contained in:
parent
8883ff6400
commit
f9e1e276f0
2 changed files with 57 additions and 6 deletions
|
@ -10,4 +10,5 @@ pub fn web() -> Scope {
|
|||
.service(stats::res)
|
||||
.service(auth::web())
|
||||
.service(users::web())
|
||||
.service(servers::web())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue