UNPKG

@budibase/server

Version:
7 lines (5 loc) 218 B
import * as controller from "../controllers/integration" import { builderRoutes } from "./endpointGroups" builderRoutes .get("/api/integrations", controller.fetch) .get("/api/integrations/:type", controller.find)