Skip to content

Commit

Permalink
fix: 이전 버전으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySstar committed Nov 23, 2024
1 parent bf1e97b commit f3a53cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public ResponseEntity<?> kakaoLogin() {
@ApiResponses(value = {
@ApiResponse(responseCode = "302", description = "메인으로 리다이렉트")
})
@PostMapping("/auth/kakao/callback")
@GetMapping("/auth/kakao/callback")
public ResponseEntity<?> kakaoCallback(@RequestBody String code, HttpSession session) {
KakaoToken accessToken = kakaoAuthService.getAccessToken(code);
log.info("accessToken: {}", accessToken.accessToken());
Expand Down

0 comments on commit f3a53cd

Please sign in to comment.