test(outbound): test for outbound deliveryes edit

This commit is contained in:
2025-04-29 17:08:50 -05:00
parent dbd3f76f02
commit 75ff724805
3 changed files with 56 additions and 0 deletions

View File

@@ -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);