We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837deb1 commit dfbd6a5Copy full SHA for dfbd6a5
src/main/java/com/swOnCampus/AIPlatform/domain/member/web/controller/MemberController.java
@@ -37,7 +37,7 @@ public class MemberController {
37
}
38
)
39
})
40
- @GetMapping("/email-check")
+ @PostMapping ("/email-check")
41
public ResponseEntity<ApiResponse<?>> emailCheck(@Valid @RequestBody EmailCheckRequestDto.EmailCheckRequest request){
42
if(memberService.isExistEmail(request.getEmail())){
43
0 commit comments