You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /auth/signin // 로그인
POST /auth/signup // 회원가입
GET /notes // 사용자가 작성한 note 목록 전송
GET /notes/:index // 특정 번호를 가진 note의 정보 전송
POST /notes // 특정 사용자의 note 작성
PUT /notes/:index // 특정 번호를 가진 note의 정보 수정
DELETE /notes/:index // 특정 번호를 가진 note 삭제
The text was updated successfully, but these errors were encountered:
POST /auth/signin // 로그인
POST /auth/signup // 회원가입
GET /notes // 사용자가 작성한 note 목록 전송
GET /notes/:index // 특정 번호를 가진 note의 정보 전송
POST /notes // 특정 사용자의 note 작성
PUT /notes/:index // 특정 번호를 가진 note의 정보 수정
DELETE /notes/:index // 특정 번호를 가진 note 삭제
The text was updated successfully, but these errors were encountered: