forked from jmug/stoatchat
New perm concept, reference, and adding routes.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod fetch_user;
|
||||
mod fetch_dms;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes! [
|
||||
fetch_user::req
|
||||
fetch_user::req,
|
||||
fetch_dms::req
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user