summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-16 19:10:01 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-16 19:10:01 +0800
commit85749b217eac58a7addd7105262353f46c0c06be (patch)
tree1bc6acd48cae57e9b7d64b0eba0b131167872ec4 /frontend
parent434aa8343fdcbb4d5002f934979913c099489bee (diff)
disable temp localhost cookie logic
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js16
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)
+//});