@wizishop/img-manager 0.2.74 → 0.2.75

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.
@@ -213,7 +213,7 @@ var ImgManagerService = /** @class */ (function () {
213
213
  return this.http.get(this.imgManagerRoute + "/images", this.getOptionsHeaders(params));
214
214
  };
215
215
  ImgManagerService.prototype.getShopTotalImgList = function (params) {
216
- return this.http.get(this.imgManagerRoute + "/total/images", this.getOptionsHeaders(params));
216
+ return this.http.get(this.imgManagerRoute + "/total/image", this.getOptionsHeaders(params));
217
217
  };
218
218
  ImgManagerService.prototype.getShopImg = function (idFile) {
219
219
  return this.http.get(this.imgManagerRoute + "/images/" + idFile, this.getOptionsHeaders());