forked from jmug/stoatchat
Start work on notifications from client, cargo fmt
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
use rocket::Route;
|
||||
|
||||
mod hello;
|
||||
mod complete;
|
||||
mod hello;
|
||||
|
||||
pub fn routes() -> Vec<Route> {
|
||||
routes! [
|
||||
hello::req,
|
||||
complete::req
|
||||
]
|
||||
routes![hello::req, complete::req]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user