@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.0-dev.108",
3
+ "version": "1.0.0-dev.109",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -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 = 'https://backend.vtxathlete.com:443';
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;