Fix: APIs & Schema (#25)

Alof of API Fixes
This commit is contained in:
Sathishkumar Krishnan
2022-03-03 02:09:00 +05:30
committed by GitHub
parent 52d020717c
commit 4763da2d69
33 changed files with 1360 additions and 346 deletions

View File

@@ -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;