mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 04:10:01 -05:00
fix default url
This commit is contained in:
@@ -6,7 +6,7 @@ import { MonitorClient } from "@monitor/client";
|
||||
// import { monitor_client } from "@util/client.ts";
|
||||
|
||||
export const MONITOR_BASE_URL =
|
||||
import.meta.env.VITE_MONITOR_HOST ?? "monitor.v1.api.mogh.tech";
|
||||
import.meta.env.VITE_MONITOR_HOST ?? "https://monitor.v1.api.mogh.tech";
|
||||
|
||||
export const UPDATE_WS_URL =
|
||||
MONITOR_BASE_URL.replace("http", "ws") + "/ws/update";
|
||||
|
||||
Reference in New Issue
Block a user