Skip to content

Commit

Permalink
fix: token reissue post mapping 및 docs 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YongsHub committed Oct 26, 2023
1 parent 494819b commit af21eb3
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public EnvelopeResponse<Void> logout(
.build();
}

@GetMapping("/reissue")
@PostMapping("/reissue")
public EnvelopeResponse<CreateMemberAccessTokenResDto> reissue(
@CookieValue("refreshToken") String refreshToken,
HttpServletResponse response) {
Expand Down
Loading

0 comments on commit af21eb3

Please sign in to comment.