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