Skip to content

Commit

Permalink
refactor: 메서드 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
letskuku authored Aug 25, 2024
1 parent c4fc061 commit b4c27ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public String confirmConsult(HttpServletRequest request) {
}

@PostMapping("/posts")
public String testConfirmPost(HttpServletRequest request) {
public String confirmPost(HttpServletRequest request) {
return payAppService.confirmPost(request);
}
}

0 comments on commit b4c27ef

Please sign in to comment.