Servers: Add invites. Create, view and join.
This commit is contained in:
@@ -3,6 +3,7 @@ pub use rocket::response::Redirect;
|
||||
use rocket::Rocket;
|
||||
|
||||
mod channels;
|
||||
mod invites;
|
||||
mod onboard;
|
||||
mod push;
|
||||
mod root;
|
||||
@@ -17,6 +18,7 @@ pub fn mount(rocket: Rocket) -> Rocket {
|
||||
.mount("/users", users::routes())
|
||||
.mount("/channels", channels::routes())
|
||||
.mount("/servers", servers::routes())
|
||||
.mount("/invites", invites::routes())
|
||||
.mount("/push", push::routes())
|
||||
.mount("/sync", sync::routes())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user