Skip to content

Commit ade4517

Browse files
committed
🔧 chore : 시큐리티 임시 허용해줬던 거 다시 원래대로
1 parent 3f1fca6 commit ade4517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
3838
"/oauth2/**",
3939
"/signup",
4040
"/css/**",
41-
"/js/**", "/**")
41+
"/js/**")
4242
.permitAll()
4343
.requestMatchers("/ws/**")
4444
.authenticated()

0 commit comments

Comments
 (0)