-
Notifications
You must be signed in to change notification settings - Fork 4
회원가입
Jin Young Park edited this page Nov 2, 2020
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | api/user/signup | 회원가입 |
{
email: '[email protected]'
password: 'qlalfqjsgh486',
passwordConfirm: 'qlalfqjsgh486',
nickname: '우기사랑해'
}
status: 201
{
message: 'success'
}