feat(forecast): migrated forecast over

This commit is contained in:
2025-04-18 16:26:48 -05:00
parent 8c5c9fd244
commit dcfa96b710
8 changed files with 302 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ import getPPOO from "./route/getPPOO.js";
import getcyclecount from "./route/getCycleCountLanes.js";
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";
const app = new OpenAPIHono();
@@ -33,6 +35,8 @@ const routes = [
//DM
postBulkOrders,
standardTemplate,
postForecast,
standardForcasttemplate,
] as const;
// app.route("/server", modules);