Function servers::http::handler::health

source ·
pub async fn health(__arg0: Query<HealthQuery>) -> Json<HealthResponse>
Expand description

Handler to export healthy check

Currently simply return status “200 OK” (default) with an empty json payload “{}”