added relocate

This commit is contained in:
2026-02-03 15:40:41 -06:00
parent 9be6614972
commit 84a28f2d01
5 changed files with 169 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ import outbound from "./route/getOutbound.js";
import getPPOO from "./route/getPPOO.js";
import getConnectionType from "./route/getSiloConnectionData.js";
import getSSCC from "./route/getSSCCNumber.js";
import relocate from "./route/relocate.js";
import removeAsNonReable from "./route/removeAsNonReusable.js";
import returnMat from "./route/returnMaterial.js";
import createSiloAdjustment from "./route/siloAdjustments/createSiloAdjustment.js";
@@ -28,7 +29,7 @@ const app = new OpenAPIHono();
const routes = [
comsumeMaterial,
returnMat,
relocate,
// silo
createSiloAdjustment,
postComment,