Added: get children from parent w/ id, type
This commit is contained in:
@@ -11,4 +11,9 @@ router.post("/create-warehouse-schema", controller.createWarehouseSchema);
|
||||
*/
|
||||
router.post("/create-inventory-schema", controller.createInventorySchema);
|
||||
|
||||
/**
|
||||
* @route /dashboard/get-children-from-parent
|
||||
*/
|
||||
router.post("/get-children-from-parent", controller.getChildrenFromParent);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user