UNPKG

@budibase/worker

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