mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-19 18:19:56 -05:00
back to localhost
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user