iptdevs-design-system 2.7.45 → 2.7.47

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.
@@ -2677,7 +2677,7 @@ class CourseService extends IPTGeneralService {
2677
2677
  return this.http.post(serviceUrl, this.httpOptions);
2678
2678
  }
2679
2679
  getCourseByCodeAllData(params) {
2680
- let serviceUrl = this.SERVICE_URL + 'post/course/by/cod/all/data';
2680
+ let serviceUrl = this.SERVICE_URL + 'post/course/by/code/all/data';
2681
2681
  this.generateRequestParams(params);
2682
2682
  return this.http.post(serviceUrl, this.httpOptions);
2683
2683
  }