Function iqps_backend::routing::handlers::healthcheck
source ยท pub async fn healthcheck() -> Result<(StatusCode, BackendResponse<()>), AppError>
Expand description
Healthcheck route. Returns a Hello World.
message if healthy.