pub async fn get_health_handler() -> impl IntoResponse
Expand description

Health check endpoint.

This endpoint checks the health of the server. It returns a success response if the server is healthy, otherwise, it returns an error response indicating that the server is unhealthy.