pub async fn health(
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<SystemHealthStatus>>
Expand description

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

Returns detailed system health status with issues list (admin only).