Function services

Source
pub async fn services(
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<Vec<ServiceInfo>>>
Expand description

GET /api/v0/main-frontend/status/services

Returns the status of all Services in the current namespace.