2 files changed, 1 insertions, 1 deletions
diff --git a/api/client_test/developers.html b/assets/developers.html
index 87595e77..87595e77 100644
--- a/api/client_test/developers.html
+++ b/assets/developers.html
diff --git a/api/client_test/index.html b/assets/index.html
index c35c14d2..64a2bdbf 100644
--- a/api/client_test/index.html
+++ b/assets/index.html
@@ -20,7 +20,7 @@
window.GLOBAL_ENV = {
API_ENDPOINT: "/api",
API_VERSION: 9,
- GATEWAY_ENDPOINT: `${location.protocol === "https:" ? "wss://" : "ws://"}${location.hostname}:3002`,
+ GATEWAY_ENDPOINT: `${location.protocol === "https:" ? "wss://" : "ws://"}${location.host}`,
WEBAPP_ENDPOINT: "",
CDN_HOST: `${location.hostname}:3003`,
ASSET_ENDPOINT: "",
|