diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-11-16 19:10:01 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-11-16 19:10:01 +0800 |
| commit | 85749b217eac58a7addd7105262353f46c0c06be (patch) | |
| tree | 1bc6acd48cae57e9b7d64b0eba0b131167872ec4 | |
| parent | 434aa8343fdcbb4d5002f934979913c099489bee (diff) | |
disable temp localhost cookie logic
| -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) +//}); |
