hwanfront / rnt-sales

0 stars 0 forks source link

BE 회원가입을 구현한다 #4

Closed hwanfront closed 12 months ago

hwanfront commented 1 year ago

회원가입

POST /user
body: { nickname: string, email: string, password: string }
return '회원가입 성공';