Skip to main content

health

Function health 

Source
pub async fn health(
    app_conf: Data<ApplicationConfiguration>,
    store: Data<MockSuotarStore>,
    pool: Data<PgPool>,
) -> ControllerResult<HttpResponse>