feat(logistics): get sscc based on runnning number
returns the sscc based on the running number more for support and testing the endpoints
This commit is contained in:
@@ -20,6 +20,7 @@ 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";
|
||||
import getSSCC from "./route/getSSCCNumber.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
|
||||
@@ -49,6 +50,7 @@ const routes = [
|
||||
|
||||
// logisitcs
|
||||
removeAsNonReable,
|
||||
getSSCC,
|
||||
] as const;
|
||||
|
||||
// app.route("/server", modules);
|
||||
|
||||
Reference in New Issue
Block a user