diff --git a/server/services/ocp/ocpService.ts b/server/services/ocp/ocpService.ts index aa7b713..bbe0ad6 100644 --- a/server/services/ocp/ocpService.ts +++ b/server/services/ocp/ocpService.ts @@ -21,6 +21,7 @@ import { printerCycleAutoLabelers } from "./controller/printers/printerCycleAuto import AutostartPrinterCycle from "./routes/printers/autoLabelerStart.js"; import AutostopPrinterCycle from "./routes/printers/autoLabelerStop.js"; import { deleteLabels } from "../../globalUtils/dbCleanUp/labelCleanUp.js"; +import bookInLabel from "./routes/labeling/bookIn.js"; const app = new OpenAPIHono(); @@ -38,6 +39,7 @@ const routes = [ // labeling getLabels, manualprint, + bookInLabel, //dyco dycoCon, dycoClose,