Skip to content

Commit

Permalink
fix: 회원가입 및 비밀번호 조회시에 로그인 필요 없도록 인증코드도 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
This2sho committed May 17, 2024
1 parent d3027ed commit 06f795f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public void addInterceptors(InterceptorRegistry registry) {
"/signup",
"/signin",
"/parkings/**",
"/actuator/**"
"/actuator/**",
"/authcode/**"
));
}

Expand Down

0 comments on commit 06f795f

Please sign in to comment.