Skip to content

Commit ae8c64c

Browse files
committed
2 parents 5bb3bab + 191f781 commit ae8c64c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/backend/global/security/SecurityConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
3636
.requestMatchers("/billing.html", "/payments/**", "/toss/**").permitAll()
3737

3838
// 공개 API (기존)..
39+
3940
.requestMatchers("/", "/favicon.ico", "/h2-console/**", "/actuator/health").permitAll()
4041
.requestMatchers("/api/v1/auth/**", "/swagger-ui/**", "/v3/api-docs/**",
4142
"/swagger-ui.html", "/webjars/**", "/notifications/**", "/ws/**",

0 commit comments

Comments
 (0)