Skip to content

Commit

Permalink
chore: kakaoLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
oU-Ua committed Jan 23, 2024
1 parent b240ada commit 6a46a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ResponseEntity<KakaoResponseDTO> kakaoLogin(){
return ResponseEntity.ok(kakaoResponseDTO);
}

@GetMapping("/login/oauth/kakao")
@PostMapping("/login/oauth/kakao")
@ResponseBody
public String kakaoCallback(String code) throws ParseException {
String accessToken = kakaoApi.getKakaoAccessToken(code);
Expand Down

0 comments on commit 6a46a33

Please sign in to comment.