Skip to content

Commit 772b9f8

Browse files
authored
Merge pull request #115 from prgrms-web-devcourse-final-project/revert-114-security/ai
Revert "chore[security]: /api/chat/** 추가"
2 parents 5b7ae3c + de57a25 commit 772b9f8

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)