summary refs log tree commit diff
path: root/assets/client_test
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-18 23:45:29 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-18 23:45:29 +1100
commit970e67fe6505015dc55f41e365e1ad2d2876d215 (patch)
tree3a2104d77e9786feaa8518ee0a096fcff7bde3b2 /assets/client_test
parentWhoops (diff)
downloadserver-970e67fe6505015dc55f41e365e1ad2d2876d215.tar.xz
Refactor applications
Diffstat (limited to 'assets/client_test')
-rw-r--r--assets/client_test/developers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/client_test/developers.html b/assets/client_test/developers.html
index fbe0193c..47fb0f4b 100644
--- a/assets/client_test/developers.html
+++ b/assets/client_test/developers.html
@@ -18,7 +18,7 @@
 			API_VERSION: 9,
 			API_ENDPOINT: "/api",
 			WEBAPP_ENDPOINT: "",
-			CDN_HOST: `${location.hostname}:3003`,
+			CDN_HOST: `${location.host}`, // TODO: make this file auto populate from config?
 
 			BRAINTREE_KEY: "production_5st77rrc_49pp2rp4phym7387",
 			STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi",