diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 18:59:53 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 18:59:53 +1100 |
commit | 6a09c230d1f6cc5b67539dba88e1c2f24fa71b28 (patch) | |
tree | cf10965550e860d338e1143c18af9537db6b1d83 /assets/client_test/developers.html | |
parent | Fix server -> guild patch and add status.discord.com -> status.understars.dev... (diff) | |
download | server-6a09c230d1f6cc5b67539dba88e1c2f24fa71b28.tar.xz |
rearrange test client's index a bit
Diffstat (limited to '')
-rw-r--r-- | assets/client_test/developers.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/client_test/developers.html b/assets/client_test/developers.html index 2a4402d7..1673e982 100644 --- a/assets/client_test/developers.html +++ b/assets/client_test/developers.html @@ -26,7 +26,6 @@ ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0" }; GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST; - const localStorage = window.localStorage; // TODO: remote auth // window.GLOBAL_ENV.REMOTE_AUTH_ENDPOINT = window.GLOBAL_ENV.GATEWAY_ENDPOINT.replace(/wss?:/, ""); localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT); |