@hestia-earth/ui-components 0.0.29 → 0.0.30

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.
@@ -1463,7 +1463,7 @@
1463
1463
  }).toPromise();
1464
1464
  };
1465
1465
  HeEngineService.prototype.getRequirements = function (params) {
1466
- return this.http.get(this._calculationsBaseUrl + "/requirements", {
1466
+ return this.http.get(this._calculationsBaseUrl + "/models/requirements", {
1467
1467
  params: filterParams(params)
1468
1468
  }).toPromise();
1469
1469
  };