Skip to content

Commit

Permalink
Merge pull request #68 from potenday-project/feat/#65
Browse files Browse the repository at this point in the history
feat : kakaoLogin
  • Loading branch information
oU-Ua authored Jan 22, 2024
2 parents 708b844 + d81f0bb commit 479bfc4
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 479bfc4

Please sign in to comment.