Skip to content

Commit

Permalink
refactor: 불필요한 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eom-tae-in committed Jul 6, 2024
1 parent 0741feb commit 15e5a93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public ResponseEntity<AdminAccessTokenResponse> login(
@PostMapping("/access-token-regeneration")
public ResponseEntity<AdminAccessTokenResponse> reGenerateAccessToken(
@AdminRefreshToken final String refreshToken) {
System.out.println("hihi : " + refreshToken);
return ResponseEntity.ok(adminAuthService.reGenerateAccessToken(refreshToken));
}

Expand Down

0 comments on commit 15e5a93

Please sign in to comment.