test(outbound): test for outbound deliveryes edit
This commit is contained in:
@@ -15,6 +15,7 @@ import postBulkOrders from "./route/dm/bulkOrdersIn.js";
|
||||
import standardTemplate from "./route/dm/getStandardTemplate.js";
|
||||
import standardForcasttemplate from "./route/dm/getStandardForecastTemplate.js";
|
||||
import postForecast from "./route/dm/forecastIn.js";
|
||||
import outbound from "./route/getOutbound.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
|
||||
@@ -37,6 +38,8 @@ const routes = [
|
||||
standardTemplate,
|
||||
postForecast,
|
||||
standardForcasttemplate,
|
||||
// outbound deliveries
|
||||
outbound,
|
||||
] as const;
|
||||
|
||||
// app.route("/server", modules);
|
||||
|
||||
Reference in New Issue
Block a user