feat(bookin route): endpoint point for bookin
This commit is contained in:
@@ -21,6 +21,7 @@ import { printerCycleAutoLabelers } from "./controller/printers/printerCycleAuto
|
|||||||
import AutostartPrinterCycle from "./routes/printers/autoLabelerStart.js";
|
import AutostartPrinterCycle from "./routes/printers/autoLabelerStart.js";
|
||||||
import AutostopPrinterCycle from "./routes/printers/autoLabelerStop.js";
|
import AutostopPrinterCycle from "./routes/printers/autoLabelerStop.js";
|
||||||
import { deleteLabels } from "../../globalUtils/dbCleanUp/labelCleanUp.js";
|
import { deleteLabels } from "../../globalUtils/dbCleanUp/labelCleanUp.js";
|
||||||
|
import bookInLabel from "./routes/labeling/bookIn.js";
|
||||||
|
|
||||||
const app = new OpenAPIHono();
|
const app = new OpenAPIHono();
|
||||||
|
|
||||||
@@ -38,6 +39,7 @@ const routes = [
|
|||||||
// labeling
|
// labeling
|
||||||
getLabels,
|
getLabels,
|
||||||
manualprint,
|
manualprint,
|
||||||
|
bookInLabel,
|
||||||
//dyco
|
//dyco
|
||||||
dycoCon,
|
dycoCon,
|
||||||
dycoClose,
|
dycoClose,
|
||||||
|
|||||||
Reference in New Issue
Block a user