Skip to content

Commit

Permalink
rename: summaryDebateMessages -> summaryDebate 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed May 7, 2024
1 parent 6dc5beb commit 20e3d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public List<DebateMessageResponse> getDebateMessages(@PathVariable final Long ro
@GetMapping("/summary/{roomId}")
@Override
public DebateSummaryResponse getSummarizedDebate(@PathVariable final Long roomId) {
return debateRoomService.summaryDebateMessages(roomId);
return debateRoomService.summaryDebate(roomId);
}
}

0 comments on commit 20e3d19

Please sign in to comment.