Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 committed Feb 28, 2024
1 parent 31b206d commit 0219fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class SecurityConfig {
private static final String[] AUTH_WHITELIST = {
"/api/**", "/graphiql", "/graphql",
"/swagger-ui/**", "/api-docs", "/swagger-ui-custom.html",
"/v3/api-docs/**", "/api-docs/**", "/swagger-ui.html", "/oauth/**"
"/v3/api-docs/**", "/api-docs/**", "/swagger-ui.html", "/oauth/**", "**"
};

private final TokenProvider tokenProvider;
Expand Down

0 comments on commit 0219fcd

Please sign in to comment.