Skip to content

Commit

Permalink
[FEAT] SecurityConfig - openapi 접근권한 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
bbabbi committed Dec 1, 2024
1 parent d09a8e6 commit a88ab0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class SecurityConfig {
"/login/oauth2/**",
"/oauth2/**",
"/favicon.ico",
"/v3/api-docs",
"/swagger-ui.html",
"/swagger-resources/**",
"/swagger-ui/**",
Expand Down

0 comments on commit a88ab0a

Please sign in to comment.