diff --git a/packages/client/src/config.ts b/packages/client/src/config.ts index 18362c8810..f09d2420b1 100644 --- a/packages/client/src/config.ts +++ b/packages/client/src/config.ts @@ -16,9 +16,6 @@ export const url = $i?.instanceUrl; export const url = address.origin; // #v-endif export const apiUrl = url + "/api"; -export const wsUrl = `${ - url.replace("http://", "ws://").replace("https://", "wss://") -}/streaming`; export const lang = localStorage.getItem("lang"); export const langs = _LANGS_; export const locale = JSON.parse(localStorage.getItem("locale"));