Skip to content

Commit 67631e6

Browse files
committed
🔇 securityConfig 테스트용 경로 삭제
1 parent d22020d commit 67631e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
5050
"/signup",
5151
"/css/**",
5252
"/js/**",
53-
"/**",
5453
"/admin/login")
5554
.permitAll()
5655
.requestMatchers(HttpMethod.OPTIONS, "/**")

0 commit comments

Comments
 (0)