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 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,
|
||||
|
||||
Reference in New Issue
Block a user