@opexa/portal-sdk 0.0.11 → 0.0.12

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
@@ -1892,7 +1892,7 @@ class At {
1892
1892
  m(this, "staticService");
1893
1893
  const t = (e == null ? void 0 : e.environment) === "development";
1894
1894
  this.staticService = new wt({
1895
- url: t ? "https://static.development.opexa.io/graphql" : "https://static.opexa.io/graphql"
1895
+ url: t ? "https://static.development.opexa.io" : "https://static.opexa.io"
1896
1896
  });
1897
1897
  }
1898
1898
  get transform() {