Skip to content

Commit 3877b7d

Browse files
committed
refactor : 도메인 의미가 보이도록 메서드 이름 변경
#1461
1 parent 8b0d8b3 commit 3877b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/wooteco/prolog/roadmap/ui/RoadmapController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class RoadmapController {
1414
private final RoadMapService roadMapService;
1515

1616
@GetMapping("/roadmaps")
17-
public KeywordsResponse findKeywords(@RequestParam final Long curriculumId) {
17+
public KeywordsResponse findRoadMapKeyword(@RequestParam final Long curriculumId) {
1818
return roadMapService.findAllKeywords(curriculumId);
1919
}
2020
}

0 commit comments

Comments
 (0)