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