feat(bulk orders): standard template created

This commit is contained in:
2025-04-17 23:03:23 -05:00
parent a68a3ba640
commit 632e07967a
4 changed files with 60 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ import { getLanesToCycleCount } from "./controller/warehouse/cycleCountChecks/cy
import getCycleCountCheck from "./route/getCycleCountChecks.js";
import getPPOO from "./route/getPPOO.js";
import getcyclecount from "./route/getCycleCountLanes.js";
import postBulkOrders from "./route/dm/bulkOrdersIn.js";
import standardTemplate from "./route/dm/getStandardTemplate.js";
const app = new OpenAPIHono();
@@ -28,6 +30,9 @@ const routes = [
//warehouse
getPPOO,
getcyclecount,
//DM
postBulkOrders,
standardTemplate,
] as const;
// app.route("/server", modules);