feat(new command): helper command to remove as non reusable pallets
This commit is contained in:
@@ -19,6 +19,7 @@ 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";
|
||||
import removeAsNonReable from "./route/removeAsNonReusable.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
|
||||
@@ -45,6 +46,9 @@ const routes = [
|
||||
// outbound deliveries
|
||||
outbound,
|
||||
intervalChecks,
|
||||
|
||||
// logisitcs
|
||||
removeAsNonReable,
|
||||
] as const;
|
||||
|
||||
// app.route("/server", modules);
|
||||
|
||||
Reference in New Issue
Block a user