From b9de75066865d140494fc9a96a9b2809a9162117 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 2 May 2025 19:14:07 -0500 Subject: [PATCH] feat(bookin route): endpoint point for bookin --- server/services/ocp/ocpService.ts | 2 ++ 1 file changed, 2 insertions(+) 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,