Skip to content

Commit

Permalink
refactor : 도메인 의미가 보이도록 메서드 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
java-saeng committed Aug 3, 2023
1 parent 8b0d8b3 commit 3877b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class RoadmapController {
private final RoadMapService roadMapService;

@GetMapping("/roadmaps")
public KeywordsResponse findKeywords(@RequestParam final Long curriculumId) {
public KeywordsResponse findRoadMapKeyword(@RequestParam final Long curriculumId) {
return roadMapService.findAllKeywords(curriculumId);
}
}

0 comments on commit 3877b7d

Please sign in to comment.