We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createAccount시 오는 userId와 Authentication의 userId를 비교해서 같지 않다면 예외를 리턴한다.
같다면 해당 유저의 정보를 변경한다.
The text was updated successfully, but these errors were encountered:
#22 스캘레톤 코드 작성
4c2e8cb
#22 AccountService에 예외처리 시작
8767588
Merge pull request #23 from Happy-New-Here/feature-#22
7828522
Feature #22
When branches are created from issues, their pull requests are automatically linked.
createAccount시 오는
userId와 Authentication의 userId를 비교해서 같지 않다면 예외를 리턴한다.
같다면 해당 유저의 정보를 변경한다.
The text was updated successfully, but these errors were encountered: