Skip to content

Commit de57a25

Browse files
authored
Revert "chore[security]: /api/chat/** 추가"
1 parent 5b7ae3c commit de57a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
4747
.requestMatchers("/api/law/**").permitAll()
4848
.requestMatchers("/api/law-word/**").permitAll()
4949
.requestMatchers("/h2-console/**").permitAll()
50-
.requestMatchers("/api/chat/**").authenticated()
5150
.anyRequest().authenticated()
5251
)
5352
// JWT 필터 추가

0 commit comments

Comments
 (0)