neerajkalyank commited on
Commit
6f72718
·
verified ·
1 Parent(s): 0453c5c

Update menu.json

Browse files
Files changed (1) hide show
  1. menu.json +1 -6
menu.json CHANGED
@@ -9,11 +9,6 @@
9
  { "id": 7, "name": "Naan", "type": "Vegetarian", "price": 30 },
10
  { "id": 8, "name": "Tandoori Chicken", "type": "Non-Vegetarian", "price": 350 },
11
  { "id": 9, "name": "Mixed Veg Curry", "type": "Vegetarian", "price": 180 },
12
- { "id": 10, "name": "Fish Curry", "type": "Non-Vegetarian", "price": 320 },
13
- { "id": 11, "name": "Aloo Paratha", "type": "Vegetarian", "price": 50 },
14
- { "id": 12, "name": "Gulab Jamun", "type": "Vegetarian", "price": 40 },
15
- { "id": 13, "name": "Mutton Rogan Josh", "type": "Non-Vegetarian", "price": 400 },
16
- { "id": 14, "name": "Chole Bhature", "type": "Vegetarian", "price": 100 },
17
- { "id": 15, "name": "Egg Curry", "type": "Non-Vegetarian", "price": 200 }
18
  ]
19
  }
 
9
  { "id": 7, "name": "Naan", "type": "Vegetarian", "price": 30 },
10
  { "id": 8, "name": "Tandoori Chicken", "type": "Non-Vegetarian", "price": 350 },
11
  { "id": 9, "name": "Mixed Veg Curry", "type": "Vegetarian", "price": 180 },
12
+ { "id": 10, "name": "Fish Curry", "type": "Non-Vegetarian", "price": 320 }
 
 
 
 
 
13
  ]
14
  }