Skip to content

Commit

Permalink
update ::
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 12, 2024
1 parent e341976 commit 6b0d853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public TokenResponse teacherLogin(@RequestBody LoginRequest request) {
}

@PutMapping("/token")
public TokenResponse reissueToken(@RequestHeader(name = "Refresh-Token") String token) {
public TokenResponse reissueToken(@RequestHeader(name = "x-refresh-token") String token) {
return reissueTokenUseCase.reissueToken(token);
}
}

0 comments on commit 6b0d853

Please sign in to comment.