From 927b6c7ff9f7e01010a5512c0a3cf74c13a6db07 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:44:41 +0200 Subject: [PATCH] :bug: fix cdn endpoint --- client_test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,