Rammohan0504 commited on
Commit
23fc82d
·
verified ·
1 Parent(s): f704f2c

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -692,7 +692,7 @@ function addToCartFromModal() {
692
  };
693
 
694
  // Send the cart data to the server
695
- fetch('/cart-page/cart/add', {
696
  method: 'POST',
697
  headers: {
698
  'Content-Type': 'application/json',
 
692
  };
693
 
694
  // Send the cart data to the server
695
+ fetch('/menu_page/cart_page/cart/add', {
696
  method: 'POST',
697
  headers: {
698
  'Content-Type': 'application/json',