@vertikalx/vtx-backend-client 1.0.0-dev.104 → 1.0.0-dev.105
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/package.json
CHANGED
package/src/api/vtx-base-api.js
CHANGED
|
@@ -7,9 +7,9 @@ const api_call_headers_1 = require("./api-call-headers");
|
|
|
7
7
|
const response_builder_1 = require("./response-builder");
|
|
8
8
|
const domains_1 = require("./domains");
|
|
9
9
|
const vtx_core_common_1 = require("@vertikalx/vtx-core-common");
|
|
10
|
-
const DEFAULT_PROD_URL = 'https://backend.
|
|
11
|
-
const DEFAULT_PREPROD_URL = 'https://backend.
|
|
12
|
-
const DEFAULT_DEV_REMOTE_URL = 'https://backend.
|
|
10
|
+
const DEFAULT_PROD_URL = 'https://backend.vtxapp.net:443';
|
|
11
|
+
const DEFAULT_PREPROD_URL = 'https://backend.vtxapp.net:443';
|
|
12
|
+
const DEFAULT_DEV_REMOTE_URL = 'https://backend.vtxpp.net:443';
|
|
13
13
|
const DEFAULT_DEV_LOCAL_URL = 'http://localhost:3010';
|
|
14
14
|
class VTXBaseAPI {
|
|
15
15
|
constructor(headers, backendUrl) {
|