diff options
| -rw-r--r-- | frontend/main.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/frontend/main.js b/frontend/main.js index 46341d6..51041fe 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -13,11 +13,11 @@ const data = { machine: 2, } -fetch("http://localhost:8000/start", { - credentials: "include", - method: "POST", - headers: { - "Content-Type": "application/json" - }, - body: JSON.stringify(data) -}); +//fetch("http://localhost:8000/start", { +// credentials: "include", +// method: "POST", +// headers: { +// "Content-Type": "application/json" +// }, +// body: JSON.stringify(data) +//}); |
