forked from jmug/stoatchat
6 lines
68 B
Rust
6 lines
68 B
Rust
use rocket::Route;
|
|
|
|
pub fn routes() -> Vec<Route> {
|
|
routes![]
|
|
}
|