mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
6 lines
68 B
Rust
6 lines
68 B
Rust
use rocket::Route;
|
|
|
|
pub fn routes() -> Vec<Route> {
|
|
routes![]
|
|
}
|