async fn get_number_of_people_done_at_least_one_exercise(
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<Vec<GlobalStatEntry>>>
Expand description
  • GET /api/v0/main-frontend/global-stats/number-of-people-done-at-least-one-exercise