UNPKG

@budibase/worker

Version:
5 lines (3 loc) 173 B
import * as controller from "../../controllers/system/status" import { loggedInRoutes } from "../endpointGroups" loggedInRoutes.get("/api/system/status", controller.fetch)