vcomply-workflow-engine 2.6.51 → 2.6.52

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.
@@ -2117,7 +2117,7 @@
2117
2117
  // This API used to get the defined system responsibilities.
2118
2118
  ResponsibilityService.prototype.getSystemResponsibilityList = function (params) {
2119
2119
  var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken());
2120
- return this.http.get(this.env.responsibilitiesGet + 'system_defined_responsibility/list', {
2120
+ return this.http.get(this.env.baseUrl + 'responsibilities/?mode=' + 'system_defined_responsibility/list', {
2121
2121
  params: params, headers: headers
2122
2122
  }).pipe(operators.retry(0));
2123
2123
  };