Files
stoatchat/src/routes/guild/mod.rs
2020-12-30 11:36:32 +00:00

6 lines
68 B
Rust

use rocket::Route;
pub fn routes() -> Vec<Route> {
routes![]
}