Spaces:
Sleeping
Sleeping
Update static/script.js
Browse files- 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('/
|
| 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({
|