Skip to content

Commit

Permalink
이메일 인증 API 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdbsx committed Aug 2, 2023
1 parent 340c4f1 commit d3313c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public EmailController(EmailService emailService) {
}

/* 이메일 인증 번호 전송 */
@PostMapping("/emailconfirm")
@PostMapping("/emailConfirm")
@Operation(summary = "이메일 인증 번호 전송")
public String emailConfirm(@RequestParam String email) throws Exception {
return emailService.sendCodeMessage(email);
Expand Down

0 comments on commit d3313c6

Please sign in to comment.