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
api 서버 도메인 네임을 알고 있다면 { "email": "[email protected]", "password": "", "nickname": "" }
로 회원가입이 가능합니다.
Swagger에서 확인 가능하십니다.
nickname, password가 blank 하지 않게 backend 단에서 validation 거치시면 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
버그 설명
api 서버 도메인 네임을 알고 있다면
{
"email": "[email protected]",
"password": "",
"nickname": ""
}
로 회원가입이 가능합니다.
재현 방법
Swagger에서 확인 가능하십니다.
기대 동작
nickname, password가 blank 하지 않게 backend 단에서 validation 거치시면 좋을 것 같습니다.
스크린샷 (선택)
The text was updated successfully, but these errors were encountered: