1 2 3 4 5 6
pub mod handlers; pub mod resources; pub mod responses; pub mod server; pub const HEALTH_CHECK_API_LOG_TARGET: &str = "HEALTH CHECK API";