committed by
GitHub
parent
52d020717c
commit
4763da2d69
@@ -16,4 +16,9 @@ router.post("/create-inventory-schema", controller.createInventorySchema);
|
||||
*/
|
||||
router.post("/get-children-from-parent", controller.getChildrenFromParent);
|
||||
|
||||
/**
|
||||
* @route /dashboard/location
|
||||
*/
|
||||
router.post("/delete-location", controller.deleteByIdAndLocationType);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user