Skip to content

Commit e625940

Browse files
committed
🔧 chore : 시큐리티 필터 임시 허용 해제
1 parent 3f4d0ca commit e625940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
3838
"/oauth2/**",
3939
"/signup",
4040
"/css/**",
41-
"/js/**",
42-
"/**")
41+
"/js/**")
4342
.permitAll()
4443
.requestMatchers("/ws/**")
4544
.authenticated()

0 commit comments

Comments
 (0)