Channel subscription, message sending, channel delete.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod fetch_channel;
|
||||
mod delete_channel;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![
|
||||
fetch_channel::req
|
||||
fetch_channel::req,
|
||||
delete_channel::req
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user