Skip to content

Commit

Permalink
[FIX/#13] Security 화이트 리스트 적용 범위 축소
Browse files Browse the repository at this point in the history
  • Loading branch information
ckkim817 committed Jul 7, 2024
1 parent 46086e1 commit ed884af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SecurityConfig {
private final CustomAccessDeniedHandler customAccessDeniedHandler;

private static final String[] AUTH_WHITE_LIST = {
"/api/**",
"/api/v1/auth/**",
"/actuator/health",
"/v3/api-docs/**",
"/swagger-ui/**",
Expand Down

0 comments on commit ed884af

Please sign in to comment.