iptdevs-design-system 2.6.33 → 2.6.34

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.
@@ -2019,7 +2019,7 @@ class ClassroomService {
2019
2019
  this.SERVICE_URL = 'https://iptdev.com.co/lab/academic/api/';
2020
2020
  }
2021
2021
  getClassroomsByModality(params) {
2022
- let serviceUrl = this.SERVICE_URL + 'api/post/classroom/by/modality';
2022
+ let serviceUrl = this.SERVICE_URL + 'post/classroom/by/modality';
2023
2023
  this.generateRequestParams(params);
2024
2024
  return this.http.post(serviceUrl, this.httpOptions);
2025
2025
  }