Skip to content

Commit

Permalink
feat: 접근 허용 url 업데이트 #48
Browse files Browse the repository at this point in the history
  • Loading branch information
mungsil committed Oct 28, 2024
1 parent fd1bb21 commit 7468ae8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public class SecurityConfig {
private static final String[] ALLOWED_URL = {
"/api/auth/**",
"/error/**",
"/reissue",
"/v2/api-docs",
"/swagger-resources",
"/swagger-resources/**",
Expand All @@ -48,8 +47,8 @@ public class SecurityConfig {
"/v3/api-docs/**",
"/swagger-ui/**",
"/css/**","/images/**","/js/**","/favicon.ico",
"/musics/**",
"/address/**",
"/api/musics/**",
"/api/address/**",
"/actuator/health"
};

Expand Down

0 comments on commit 7468ae8

Please sign in to comment.