summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-09 20:44:41 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-09 20:44:41 +0200
commit927b6c7ff9f7e01010a5512c0a3cf74c13a6db07 (patch)
tree4cc55eaa4d0a7b80646365fe52fa4c058afb8d53
parent:bug: fix cdn endpoint (diff)
downloadserver-927b6c7ff9f7e01010a5512c0a3cf74c13a6db07.tar.xz
:bug: fix cdn endpoint
-rw-r--r--client_test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_test/index.html b/client_test/index.html

index bacc5465..1a979419 100644 --- a/client_test/index.html +++ b/client_test/index.html
@@ -15,7 +15,7 @@ API_VERSION: 9, GATEWAY_ENDPOINT: `${location.protocol === "https:" ? "wss://" : "ws://"}${location.hostname}:3002`, WEBAPP_ENDPOINT: "", - CDN_HOST: `//${location.hostname}:3003`, + CDN_HOST: `${location.hostname}:3003`, ASSET_ENDPOINT: "", MEDIA_PROXY_ENDPOINT: "https://media.discordapp.net", WIDGET_ENDPOINT: `//${location.host}/widget`,