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.
async fn handle_health() -> Json<HealthResponse>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.