-
Notifications
You must be signed in to change notification settings - Fork 3
Example
seungyel edited this page Jun 22, 2022
·
5 revisions
클론 후 아래 커맨드 실행
cd backend
npm install
npm run start:dev
localhost:5500/api 로 접근 시 swagger ui 로 작성한 api 확인 가능함
GET auth/oauthPage
POST auth/singUp
GET auth/singIn
GET users/email
GET users/email?email=[email protected]
POST users/emailAuthSetup