Function ocypod::handlers::health::index

source ·
pub fn index(
    req: &HttpRequest<ApplicationState>
) -> Box<dyn Future<Item = HttpResponse, Error = Error>>
Expand description

Handle GET /health requests to get a JSON list of all existing queues.