Skip to content

Commit

Permalink
Merge pull request #70 from potenday-project/feat/#65
Browse files Browse the repository at this point in the history
chore: kakaoLogin
  • Loading branch information
oU-Ua authored Jan 23, 2024
2 parents 4aad218 + 6a46a33 commit 3d6c68d
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 3d6c68d

Please sign in to comment.