Skip to content

Commit

Permalink
feat : kakaoLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
oU-Ua committed Jan 23, 2024
1 parent d81f0bb commit b240ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class UserController {
@ApiResponses({
@ApiResponse(responseCode = "200", description = "성공", content = @Content(schema = @Schema(implementation = KakaoResponseDTO.class)))
})
@PostMapping("user/loginKakao")
@GetMapping("user/loginKakao")
public ResponseEntity<KakaoResponseDTO> kakaoLogin(){
KakaoResponseDTO kakaoResponseDTO = new KakaoResponseDTO(kakaoApi.getKakaoApiKey(),kakaoApi.getKakaoRedirectUri());

Expand Down

0 comments on commit b240ada

Please sign in to comment.