Function health

Source
pub async fn health() -> Result<HttpResponse, Error>
Expand description

Handles the health check endpoint.

Returns an HttpResponse with a status of 200 OK and a body of "OK".