nagasurendra commited on
Commit
9b574f4
·
verified ·
1 Parent(s): b16c2c2

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -593,7 +593,7 @@ function promptAndSubmit(quantity) {
593
 
594
 
595
  function submitCustomizedItem(menuItem, ingredients, instructions) {
596
- fetch('/cart/add_custom', {
597
  method: 'POST',
598
  headers: { 'Content-Type': 'application/json' },
599
  body: JSON.stringify({
 
593
 
594
 
595
  function submitCustomizedItem(menuItem, ingredients, instructions) {
596
+ fetch('/add_custom', {
597
  method: 'POST',
598
  headers: { 'Content-Type': 'application/json' },
599
  body: JSON.stringify({