From 85749b217eac58a7addd7105262353f46c0c06be Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 16 Nov 2025 19:10:01 +0800 Subject: disable temp localhost cookie logic --- frontend/main.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'frontend') 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) +//}); -- cgit v1.2.3