@vertikalx/vtx-backend-client 1.0.0-dev.108 → 1.0.0-dev.109
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,7 +7,7 @@ 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 BACKEND_URL = '
|
|
10
|
+
const BACKEND_URL = 'http://localhost:3010';
|
|
11
11
|
class VTXBaseAPI {
|
|
12
12
|
constructor(headers, backendUrl) {
|
|
13
13
|
this.headers = headers ?? api_call_headers_1.DEFAULT_HEADERS;
|