ntk-cms-api 1.0.451 → 1.0.452

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.
@@ -2455,7 +2455,7 @@
2455
2455
  CoreModuleService.prototype.ServiceAutoAdd = function () {
2456
2456
  var _this = this;
2457
2457
  return this.http
2458
- .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2458
+ .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2459
2459
  headers: this.getHeaders(),
2460
2460
  })
2461
2461
  .pipe(operators.retry(this.configApiRetry),
@@ -2550,7 +2550,7 @@
2550
2550
  CoreModuleProcessService.prototype.ServiceAutoAdd = function () {
2551
2551
  var _this = this;
2552
2552
  return this.http
2553
- .post(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2553
+ .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
2554
2554
  headers: this.getHeaders(),
2555
2555
  })
2556
2556
  .pipe(operators.retry(this.configApiRetry),