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.
- package/esm2020/lib/core/models/course/course-rq.model.mjs +1 -1
- package/esm2020/lib/core/services/course-service/course-service.model.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/lib/core/models/course/course-rq.model.d.ts +92 -20
- package/package.json +1 -1
|
@@ -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/
|
|
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
|
}
|