Skip to content

Commit f23c7f9

Browse files
committed
fix: 권한 에러
1 parent d2df9de commit f23c7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class SecurityConfig {
5757
"/api/law/**", // 법령 (공개)
5858
"/api/law-word/**", // 법률 용어 (공개)
5959
"/api/home/**", // 홈 (공개)
60+
"/api/chat/**", // 챗봇
6061
"/h2-console/**", // H2 콘솔 (개발용)
6162
"/actuator/health", "/actuator/health/**", "/actuator/info", // Spring Actuator
6263
"/api/actuator/health", "/api/actuator/health/**", "/api/actuator/info",

0 commit comments

Comments
 (0)