1 2 3 4 5
pub const HEALTH_ENDPOINT: &str = "/health"; pub async fn health_handler() -> &'static str { "OK" }