Skip to content

Commit

Permalink
chore: 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
birdieHyun committed Apr 3, 2024
1 parent 6ba68bd commit 4885718
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ private String findRefreshToken(HttpServletRequest request) {
@PostMapping("/users/logout")
public ResponseEntity<CustomResponse<Void>> logOut(@RequestAttribute Long userId, HttpServletResponse response) {

// Cookie 삭제
invalidateCookie(response);

return ResponseEntity
Expand Down

0 comments on commit 4885718

Please sign in to comment.