Commit 88e11e1

Robinhood <ansarithameem674@gmail.com>
2023-07-15 13:17:27
SSID Fetching Bug Fix (CORS)
v2
1 parent 2335354
Changed files (1)
web
web/src/Home.tsx
@@ -62,7 +62,7 @@ const Home = () => {
       password: password,
     };
     ws.current?.send(JSON.stringify(info));
-    const currentSSID = await fetch("http://172.0.0.1/get_ssid");
+    const currentSSID = await fetch("/get_ssid");
     // const currentSSID = await fetch("/temp/temp-ssid.json")
     const ssid = await currentSSID.json();
     if (