1 2 3 4 5
// src/handlers/mod.rs pub mod basic; pub use basic::{health_handler, root_handler}; pub mod v1;