pub async fn events( pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<Vec<EventInfo>>>
GET /api/v0/main-frontend/status/events
/api/v0/main-frontend/status/events
Returns the status of all Events in the current namespace.