Skip to content
New issue

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

서버 라우팅 path와 HTTP METHOD 정리 #1

Open
BubbleK2m opened this issue Jul 19, 2017 · 0 comments
Open

서버 라우팅 path와 HTTP METHOD 정리 #1

BubbleK2m opened this issue Jul 19, 2017 · 0 comments

Comments

@BubbleK2m
Copy link

POST /auth/signin // 로그인
POST /auth/signup // 회원가입
GET /notes // 사용자가 작성한 note 목록 전송
GET /notes/:index // 특정 번호를 가진 note의 정보 전송
POST /notes // 특정 사용자의 note 작성
PUT /notes/:index // 특정 번호를 가진 note의 정보 수정
DELETE /notes/:index // 특정 번호를 가진 note 삭제

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant