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.
- package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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 + '
|
|
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
|
}
|