tnx-shared 5.3.197 → 5.3.199

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.
@@ -21213,9 +21213,9 @@
21213
21213
  var CongViecService = /** @class */ (function (_super) {
21214
21214
  __extends(CongViecService, _super);
21215
21215
  function CongViecService(http, injector, _moduleConfigService, _dmLoaiCongViecService) {
21216
- var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/vanbanden") || this;
21216
+ var _this = _super.call(this, http, injector, _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint + "/" + _moduleConfigService.getConfig().environment.apiVersion + "/CongViec_Chinh") || this;
21217
21217
  _this._dmLoaiCongViecService = _dmLoaiCongViecService;
21218
- _this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.vanbanEndpoint;
21218
+ _this.endPoint = _moduleConfigService.getConfig().environment.apiDomain.congviecEndpoint;
21219
21219
  _this._moduleConfig = _moduleConfigService.getConfig();
21220
21220
  return _this;
21221
21221
  }