diff options
Diffstat (limited to 'assets/client_test/developers.html')
-rw-r--r-- | assets/client_test/developers.html | 2 |
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", |