pub const ROUTE_ENDPOINT: &str = "/ping"; pub async fn process() -> &'static str { "success" }