Skip to content

Commit

Permalink
fix: swagger 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed May 15, 2024
1 parent dbdfa31 commit ae34a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Configuration
public class SwaggerConfig {
private final String JWT = "JWT";
private final String BEARER = "Bearer";
private final String BEARER = "bearer";
private final String AUTHORIZATION = "Authorization";
private final String ACCESS_TOKEN = "access_token";

Expand Down

0 comments on commit ae34a67

Please sign in to comment.