Skip to content

Commit

Permalink
Development: Fix a server style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Dec 2, 2024
1 parent ae08a1e commit 36adbf6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ public ResponseEntity<CourseCompetency> getCourseCompetency(@PathVariable long c
/**
* GET courses/:courseId/course-competencies : gets all the course competencies of a course
*
* @param courseId the id of the course for which the competencies should be fetched
* @param courseId The id of the course for which the competencies should be fetched
* @param filter Whether to filter out competencies that are not linked to any learning objects
* @return the ResponseEntity with status 200 (OK) and with body the found competencies
*/
@GetMapping("courses/{courseId}/course-competencies")
Expand Down

0 comments on commit 36adbf6

Please sign in to comment.