We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0d8b3 commit 3877b7dCopy full SHA for 3877b7d
backend/src/main/java/wooteco/prolog/roadmap/ui/RoadmapController.java
@@ -14,7 +14,7 @@ public class RoadmapController {
14
private final RoadMapService roadMapService;
15
16
@GetMapping("/roadmaps")
17
- public KeywordsResponse findKeywords(@RequestParam final Long curriculumId) {
+ public KeywordsResponse findRoadMapKeyword(@RequestParam final Long curriculumId) {
18
return roadMapService.findAllKeywords(curriculumId);
19
}
20
0 commit comments