Servers: Add invites. Create, view and join.
This commit is contained in:
8
src/routes/invites/mod.rs
Normal file
8
src/routes/invites/mod.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod invite_fetch;
|
||||
mod invite_join;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![invite_fetch::req, invite_join::req]
|
||||
}
|
||||
Reference in New Issue
Block a user