Skip to content

Commit

Permalink
[#70] feat(SecurityConfig): onboarding url AUTH_WHITELIST에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerinhwang-sailin committed Jan 18, 2025
1 parent b89fa83 commit 6d7eadc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ public class SecurityConfig {
"/v3/api-docs/**",
"/swagger-ui/**",
"/swagger-resources/**",
"/api/files/**",
"/api/v1/files/**",
"/error",
"/api/stores/login/**",
"/api/v1/stores/login/**",
"/api/v1/onboarding/**",
"/"
};

Expand Down

0 comments on commit 6d7eadc

Please sign in to comment.