neerajkalyank commited on
Commit
586d288
·
verified ·
1 Parent(s): b8f4b87

Update menu.json

Browse files
Files changed (1) hide show
  1. menu.json +5 -5
menu.json CHANGED
@@ -5,10 +5,10 @@
5
  { "id": 3, "name": "Dal Makhani", "type": "Vegetarian", "price": 180 },
6
  { "id": 4, "name": "Chicken Biryani", "type": "Non-Vegetarian", "price": 300 },
7
  { "id": 5, "name": "Veg Biryani", "type": "Vegetarian", "price": 220 },
8
- { "id": 6, "name": "Tandoori Roti", "type": "Vegetarian", "price": 40 },
9
- { "id": 7, "name": "Garlic Naan", "type": "Vegetarian", "price": 60 },
10
- { "id": 8, "name": "Mango Lassi", "type": "Vegetarian", "price": 100 },
11
- { "id": 9, "name": "Gulab Jamun", "type": "Vegetarian", "price": 50 },
12
- { "id": 10, "name": "Chicken Kebab", "type": "Non-Vegetarian", "price": 220 }
13
  ]
14
  }
 
5
  { "id": 3, "name": "Dal Makhani", "type": "Vegetarian", "price": 180 },
6
  { "id": 4, "name": "Chicken Biryani", "type": "Non-Vegetarian", "price": 300 },
7
  { "id": 5, "name": "Veg Biryani", "type": "Vegetarian", "price": 220 },
8
+ { "id": 6, "name": "Roti", "type": "Vegetarian", "price": 20 },
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
  }