@opexa/portal-sdk 0.0.36 → 0.0.37

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.
package/dist/index.mjs CHANGED
@@ -2601,7 +2601,7 @@ class $t {
2601
2601
  platform: e.platform,
2602
2602
  log: e.log
2603
2603
  }), this.cmsPortalService = new Ct({
2604
- url: "https://portal-api.opexacms.io/v1",
2604
+ url: t ? "https://portal-api.development.opexacms.io/v1" : "https://portal-api.opexacms.io/v1",
2605
2605
  site: e.site,
2606
2606
  platform: e.sitePlatform
2607
2607
  });