vcomply-workflow-engine 2.0.4 → 2.0.5

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.
@@ -23389,7 +23389,7 @@
23389
23389
  };
23390
23390
  ProgramsService.prototype.saveProgram = function (payload) {
23391
23391
  var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken()).set('x-business-cycle', JSON.stringify((this.getBusinessCycle())));
23392
- return this.http.post(this.env.programEndpoint + 'category/?isBusinessCycle=true', payload, { headers: headers });
23392
+ return this.http.post(this.env.programEndpoint + '/category/?isBusinessCycle=true', payload, { headers: headers });
23393
23393
  };
23394
23394
  ProgramsService.prototype.buildPayload = function (formData, instance) {
23395
23395
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;