로그아웃 수정, 패스워드 변경 수정
This commit is contained in:
@@ -205,7 +205,7 @@ public class AuthController {
|
||||
@ApiResponse(
|
||||
responseCode = "200",
|
||||
description = "로그아웃 성공",
|
||||
content = @Content(schema = @Schema(implementation = Void.class)))
|
||||
content = @Content(schema = @Schema(implementation = Object.class)))
|
||||
})
|
||||
public ApiResponseDto<ResponseEntity<Object>> logout(
|
||||
Authentication authentication, HttpServletResponse response) {
|
||||
|
||||
Reference in New Issue
Block a user