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
현재는 유저 프로필 생성 화면에서 닉네임을 변경하면 중복확인 되면서 중복이 아니면 저장되는 방법을 사용함.
하지만 신규 endpoint user/nicknameCheck가 나와서 닉네임 확인만 하고 저장 누르면 저장 되도록 변경하는 것도 가능해짐.
user/nicknameCheck
현재는 위 상태면 이미 저장이 된 상태임.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현재는 유저 프로필 생성 화면에서 닉네임을 변경하면 중복확인 되면서 중복이 아니면 저장되는 방법을 사용함.
하지만 신규 endpoint
user/nicknameCheck
가 나와서 닉네임 확인만 하고 저장 누르면 저장 되도록 변경하는 것도 가능해짐.현재는 위 상태면 이미 저장이 된 상태임.
The text was updated successfully, but these errors were encountered: