Skip to content

Commit

Permalink
feat: 스웨거 접근 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Oct 15, 2024
1 parent 06079aa commit 1583bb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
"/api/auth/**",
"/swagger-ui/**",
"/swagger-resources",
"/v3/api-docs/**",
"/actuator/**",
"/v1/**",
"swagger-ui/**"
Expand Down

0 comments on commit 1583bb5

Please sign in to comment.