From 4532b0c44fe9c29db9d80ec35efdeb219cad0cdd Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 9 Aug 2021 16:16:38 +0200 Subject: :bug: fix cdn endpoint --- client_test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client_test') diff --git a/client_test/index.html b/client_test/index.html index c1cd114c..bacc5465 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}:3002`, + CDN_HOST: `//${location.hostname}:3003`, ASSET_ENDPOINT: "", MEDIA_PROXY_ENDPOINT: "https://media.discordapp.net", WIDGET_ENDPOINT: `//${location.host}/widget`, -- cgit 1.5.1