Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/DSM-Repo/Whopper
Browse files Browse the repository at this point in the history
  • Loading branch information
dkflfkd53 committed Aug 12, 2024
2 parents a5202a1 + 6b0d853 commit c87c7bd
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 c87c7bd

Please sign in to comment.