educoreapp2 1.0.32 → 1.0.33

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.
@@ -25,7 +25,7 @@ class APIFaker extends _react.Component {
25
25
  return window.App.Config.isDev;
26
26
  }
27
27
  getAPI() {
28
- if (API.IsProd()) {
28
+ if (APIFaker.IsProd()) {
29
29
  return window.App.Config.API_HOST_PROD;
30
30
  } else {
31
31
  return window.App.Config.API_HOST_DEV;
@@ -25,7 +25,7 @@ class APIServer extends _react.Component {
25
25
  return window.App.Config.isDev;
26
26
  }
27
27
  getAPI() {
28
- if (API.IsProd()) {
28
+ if (APIServer.IsProd()) {
29
29
  return window.App.Config.API_HOST_PROD;
30
30
  } else {
31
31
  return window.App.Config.API_HOST_DEV;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.32",
4
+ "version": "1.0.33",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [