feat(exports): added in a button to export the lanes to cycle count

This commit is contained in:
2025-04-14 12:26:56 -05:00
parent 087d14c585
commit 25785703db
3 changed files with 59 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ import getSiloAdjustments from "./route/siloAdjustments/getSiloAdjustments.js";
import { getLanesToCycleCount } from "./controller/warehouse/cycleCountChecks/cyclecountCheck.js";
import getCycleCountCheck from "./route/getCycleCountChecks.js";
import getPPOO from "./route/getPPOO.js";
import getcyclecount from "./route/getCycleCountLanes.js";
const app = new OpenAPIHono();
@@ -26,6 +27,7 @@ const routes = [
getCycleCountCheck,
//warehouse
getPPOO,
getcyclecount,
] as const;
// app.route("/server", modules);