feat(datamart): finance inventory audit added

This commit is contained in:
2025-06-16 18:30:05 -05:00
parent 68d75277c2
commit 90be86d972
5 changed files with 158 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ import getDeliveryByDate from "./route/getDeliveryDateByRange.js";
import fakeEDI from "./route/fakeEDI.js";
import addressCorrections from "./route/getCityStateData.js";
import fifoIndex from "./route/getFifoIndex.js";
import financeAudit from "./route/getFinanceAudit.js";
const app = new OpenAPIHono();
@@ -21,6 +22,7 @@ const routes = [
fakeEDI,
addressCorrections,
fifoIndex,
financeAudit,
] as const;
const appRoutes = routes.forEach((route) => {