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

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

Returns the status of all Events in the current namespace.