Skip to content

Commit

Permalink
추가: JWT token authorization 버튼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed May 12, 2024
1 parent 34006d5 commit d9d1516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Docket restApi() {
}

private ApiKey apiKey() {
return new ApiKey("apiKey", "내가 지정한 jwt header key name", "header");
return new ApiKey("JWT Token", "Authorization", "header");
}

private ApiInfo apiInfo() {
Expand Down

0 comments on commit d9d1516

Please sign in to comment.