peach-workspace/peach-web/src/routes/mod.rs

7 lines
112 B
Rust

pub mod authentication;
pub mod catchers;
pub mod index;
pub mod scuttlebutt;
pub mod settings;
pub mod status;