From 970e67fe6505015dc55f41e365e1ad2d2876d215 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sun, 18 Dec 2022 23:45:29 +1100 Subject: Refactor applications --- assets/client_test/developers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/client_test') 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", -- cgit 1.4.1