-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Suzie edited this page May 10, 2021
·
21 revisions
BaseURL: http://13.124.224.41:3000
채팅
뷰 | Method | 기능 | URL |
---|---|---|---|
Splash | POST | uuid 전송해서 로그인 | /user/signin |
Splash | POST | 회원가입 및 약관 동의 | /user/signup |
Main | GET | 9개 셔플 사진 받기 | /main |
Album | GET | 부위 전체 게시물 받기 | /album/:category |
Post | GET | 새 게시글 질문 받기 | /post/:category |
Post | POST | 새 게시글 작성하기 | /post/:QuestionIdx |
Album | DELETE | 해당 게시글 삭제하기 | /album/:PostIdx |