Add Revit circuit list object feed
This commit is contained in:
parent
a69b7b603f
commit
74bea1a3c9
11 changed files with 287 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ import {
|
|||
previewExternalCsv,
|
||||
planExternalInitialImport,
|
||||
updateExternalCsvConfiguration,
|
||||
getExternalCircuitListObjects,
|
||||
} from "../controllers/external-csv.controller.js";
|
||||
|
||||
export const projectRouter = Router();
|
||||
|
|
@ -58,6 +59,10 @@ projectRouter.post(
|
|||
"/:projectId/external-csv/initial-import/plan",
|
||||
planExternalInitialImport
|
||||
);
|
||||
projectRouter.get(
|
||||
"/:projectId/circuit-lists/:circuitListId/external-objects",
|
||||
getExternalCircuitListObjects
|
||||
);
|
||||
projectRouter.post(
|
||||
"/:projectId/external-csv/initial-import/apply",
|
||||
applyExternalInitialImport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue