cryptgeon/backend/src/status/mod.rs

6 lines
61 B
Rust
Raw Normal View History

mod model;
mod routes;
pub use model::*;
pub use routes::*;