Start development sprint 3.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod fetch_channel;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes![]
|
||||
routes![
|
||||
fetch_channel::req
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user