feat(silo attached detach): added in silo attach detach setup in the silo card
This commit is contained in:
@@ -21,6 +21,9 @@ import intervalChecks from "./route/getActiveLogistics.js";
|
||||
import getActiveLanes from "./route/getActiveLanes.js";
|
||||
import removeAsNonReable from "./route/removeAsNonReusable.js";
|
||||
import getSSCC from "./route/getSSCCNumber.js";
|
||||
import getConnectionType from "./route/getSiloConnectionData.js";
|
||||
import detachSilo from "./route/detachSilo.js";
|
||||
import attachSilo from "./route/attachSilo.js";
|
||||
|
||||
const app = new OpenAPIHono();
|
||||
|
||||
@@ -33,6 +36,9 @@ const routes = [
|
||||
postComment,
|
||||
getStockSilo,
|
||||
getSiloAdjustments,
|
||||
getConnectionType,
|
||||
detachSilo,
|
||||
attachSilo,
|
||||
//lanes
|
||||
getCycleCountCheck,
|
||||
//warehouse
|
||||
|
||||
Reference in New Issue
Block a user