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