zero-to-production/src/routes/mod.rs

6 lines
89 B
Rust

mod health_check;
mod subscriptions;
pub use health_check::*;
pub use subscriptions::*;