Skip to content

Commit

Permalink
feat: 인증번호 전송 test api를 whitelist에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeokson committed Aug 20, 2024
1 parent ca039b2 commit 9939a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
// 인증검사를 하지 않는 url 설정
private final String[] whiteListUrls = {
"/swagger-ui/**", "/swagger", "/v3/**", "/error/**",
"/verification/send", "/verification/confirm",
"/verification/send", "/verification/confirm", "/verification/send/test",
"/login",
"/main/event/static", "/main/event/info", "/main/car",
"/admin/login", "/admin/signup",
Expand Down

0 comments on commit 9939a61

Please sign in to comment.