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 “{}”
pub async fn health(__arg0: Query<HealthQuery>) -> Json<HealthResponse>
Handler to export healthy check
Currently simply return status “200 OK” (default) with an empty json payload “{}”