Skip to content

Commit

Permalink
feat: 사용 중인 전화번호 검증 API, 인가 대상에서 제외(#78)
Browse files Browse the repository at this point in the history
회원 가입시 사용 중인 전화번호 검증을 위해 사용하기 때문에 인가 대상에서 제외
  • Loading branch information
Minjae-An committed May 8, 2024
1 parent ff5600c commit 9e6ad65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion be/src/main/java/yeonba/be/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void addInterceptors(InterceptorRegistry registry) {
"/users/join/**",
"/users/login",
"/users/refresh",
"/users/nicknames/used");
"/users/nicknames/used",
"/users/phone-numbers/used");
}
}

0 comments on commit 9e6ad65

Please sign in to comment.