-
- Downloads
Change course endpoint location and add lab GET
In this commit, the endpoint of the course information modification and retrieval is changed from /courses/course/* to /courses/*. Moreover, an endpoint is added to get lab information for a specific lab and course id.
Showing
- src/main/java/nl/tudelft/ewi/tam/controllers/CourseEditionController.java 5 additions, 5 deletions.../tudelft/ewi/tam/controllers/CourseEditionController.java
- src/main/java/nl/tudelft/ewi/tam/controllers/LabController.java 17 additions, 4 deletions...in/java/nl/tudelft/ewi/tam/controllers/LabController.java
- src/main/java/nl/tudelft/ewi/tam/services/LabService.java 14 additions, 0 deletionssrc/main/java/nl/tudelft/ewi/tam/services/LabService.java
- src/main/resources/rest/restapi.yaml 43 additions, 20 deletionssrc/main/resources/rest/restapi.yaml
Loading
Please sign in to comment