handle_health

Function handle_health 

Source
async fn handle_health() -> Json<HealthResponse>
Expand description

Handler for GET /health.

Returns a simple health check response with the server status and version. This endpoint is used by load balancers and monitoring tools.