iptdevs-design-system 3.1.331 → 3.1.332

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.
@@ -5814,7 +5814,7 @@ class AcademicService extends IPTGeneralService {
5814
5814
  return this.http.post(serviceUrl, this.httpOptions);
5815
5815
  }
5816
5816
  getCodBcourseByModalityAndlevelEnglishAndCourseType(params) {
5817
- let serviceUrl = this.SERVICE_URL + 'post/course/obtain/by/modality';
5817
+ let serviceUrl = this.SERVICE_URL + 'obtain/courses/by/level/and/type/course/renovation/modality';
5818
5818
  this.generateRequestParams(params);
5819
5819
  return this.http.post(serviceUrl, this.httpOptions);
5820
5820
  }