Function deployments

Source
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.