This commit is contained in:
cutestnekoaqua 2023-04-08 13:00:38 +02:00
parent e6e4c32ded
commit 6e4daf8f1f
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ export const url = $i?.instanceUrl;
export const url = address.origin; export const url = address.origin;
// #v-endif // #v-endif
export const apiUrl = url + "/api"; export const apiUrl = url + "/api";
export const wsUrl = `${
url.replace("http://", "ws://").replace("https://", "wss://")
}/streaming`;
export const lang = localStorage.getItem("lang"); export const lang = localStorage.getItem("lang");
export const langs = _LANGS_; export const langs = _LANGS_;
export const locale = JSON.parse(localStorage.getItem("locale")); export const locale = JSON.parse(localStorage.getItem("locale"));