Skip to content

Commit

Permalink
Merge pull request #53 from yooonwodyd/weekly
Browse files Browse the repository at this point in the history
refactor:[#24]- swagger UI 추가
  • Loading branch information
yooonwodyd authored Oct 15, 2024
2 parents ec26b1d + b67b3aa commit a43e802
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
"/api/auth/**",
"/swagger-ui/**",
"/actuator/**",
"/v1/**"
"/v1/**",
"swagger-ui/**"
).permitAll()
.anyRequest().authenticated()
);
Expand Down

0 comments on commit a43e802

Please sign in to comment.