add menu in create and update product admin

This commit is contained in:
hamid.zarghami1@gmail.com
2024-05-13 12:41:43 +03:30
parent e644edbd65
commit 5cc22592f5
4 changed files with 36 additions and 5 deletions
+1
View File
@@ -35,6 +35,7 @@ router.get('/foodCategory/:id', foodCategoryController.get_one)
//////////////// foods
router.get('/foods/allWebsite' , foodsController.getAllForWebSite)
router.get('/foods/restaurant' , foodsController.getAllRestaurant)
router.get('/foods/getAll/:branchId', isLoggedIn , foodsController.getAll)
router.get('/food/:id', isLoggedIn , foodsController.getOne)