feat(barcode gen): added in lane exports both single and multiple intial release
This commit is contained in:
@@ -17,6 +17,8 @@ import standardForcasttemplate from "./route/dm/getStandardForecastTemplate.js";
|
||||
import postForecast from "./route/dm/forecastIn.js";
|
||||
import outbound from "./route/getOutbound.js";
|
||||
import { runHistoricalData } from "./controller/eom/historicalInv.js";
|
||||
import intervalChecks from "./route/getActiveLogistics.js";
|
||||
import getActiveLanes from "./route/getActiveLanes.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
|
||||
@@ -34,6 +36,7 @@ const routes = [
|
||||
//warehouse
|
||||
getPPOO,
|
||||
getcyclecount,
|
||||
getActiveLanes,
|
||||
//DM
|
||||
postBulkOrders,
|
||||
standardTemplate,
|
||||
@@ -41,6 +44,7 @@ const routes = [
|
||||
standardForcasttemplate,
|
||||
// outbound deliveries
|
||||
outbound,
|
||||
intervalChecks,
|
||||
] as const;
|
||||
|
||||
// app.route("/server", modules);
|
||||
|
||||
Reference in New Issue
Block a user