bruce-models 1.6.8 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -851,8 +851,7 @@
851
851
  this.setBaseUrl();
852
852
  }
853
853
  setBaseUrl() {
854
- // Using proxy through admin-app until CORS stops dying.
855
- const prefix = `https://${exports.Api.TEMPLATE_ACCOUNT_ID}.nextspace`;
854
+ const prefix = "https://cam.nextspace";
856
855
  let url;
857
856
  const env = this.env.toUpperCase();
858
857
  switch (env) {
@@ -871,7 +870,7 @@
871
870
  default:
872
871
  throw ("Specified Environment is not valid. SuppliedEnv=" + env);
873
872
  }
874
- this.baseUrl = url + "@CAM/";
873
+ this.baseUrl = url;
875
874
  }
876
875
  GetBaseUrl() {
877
876
  return this.baseUrl;