pub async fn system_health(
pool: Data<PgPool>,
user: Option<AuthUser>,
) -> ControllerResult<Json<bool>>Expand description
GET /api/v0/main-frontend/status/system-health Returns a boolean indicating whether the system is healthy.
Uses the same underlying checking logic as the detailed health endpoint. Unauthenticated users get a boolean. Authenticated admins get error details on failure.