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 22, 2024
1 parent 2c39e01 commit d81f0bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class UserController {

@Operation(summary = "카카오로그인", description = "카카오 로그인 창으로 이동 ")
@ApiResponses({
@ApiResponse(responseCode = "200", description = "성공", content = @Content(schema = @Schema(implementation = Map.class)))
@ApiResponse(responseCode = "200", description = "성공", content = @Content(schema = @Schema(implementation = KakaoResponseDTO.class)))
})
@PostMapping("user/loginKakao")
public ResponseEntity<KakaoResponseDTO> kakaoLogin(){
Expand Down

0 comments on commit d81f0bb

Please sign in to comment.