Skip to content

Commit

Permalink
Merge pull request #248 from prgrms-web-devcourse-final-project/feature/
Browse files Browse the repository at this point in the history
#234-AI-prompt-추가

config 수정
  • Loading branch information
Dom1046 authored Dec 26, 2024
2 parents 458f958 + ad3d23d commit 2d73bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public SecurityFilterChain defaultSecurityFilterChain(HttpSecurity http) throws
.requestMatchers("/ws-stomp/**").permitAll() //웹소켓
.requestMatchers("/chat-rooms/**").permitAll() // 웹소켓
.requestMatchers("/api/chat/websocket-test").permitAll() //웹소켓
.requestMatchers("/api/v1/ai").permitAll() //AI
.requestMatchers("/api/v1/ai/**").permitAll() //AI

// Swagger UI 관련 경로 허용
.requestMatchers("/swagger-ui/**").permitAll()
Expand Down

0 comments on commit 2d73bd5

Please sign in to comment.