back to localhost

This commit is contained in:
beckerinj
2022-08-07 22:13:28 -04:00
parent c7f3e376e6
commit 49729e8ea9
+1 -1
View File
@@ -15,7 +15,7 @@ import { ThemeProvider } from "./state/ThemeProvider";
export const URL =
import.meta.env.MODE === "production"
? location.origin
: "http://52.193.1.140:9000";
: "http://localhost:9000";
export const WS_URL = URL.replace("https", "wss").replace("http", "ws") + "/ws";