Files
zero2prod/src/routes.rs
2025-08-21 15:38:12 +02:00

6 lines
89 B
Rust

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