@elite.framework/ng.core 1.0.7 → 1.0.8

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.
@@ -705,7 +705,7 @@ class BaseService {
705
705
  acc[key] = input[key];
706
706
  return acc;
707
707
  }, {});
708
- const url = endpoint ? endpoint : `/${this.moduleName}/${this.apiName}/GetListAsync`;
708
+ const url = endpoint ? endpoint : `/${this.moduleName}/${this.apiName}`;
709
709
  return this.restService.request({
710
710
  method: 'GET',
711
711
  url: url,