POST |
http://localhost:8080/api/users/register |
회원가입 |
POST |
http://localhost:8080/api/users/register/check/email |
이메일 중복 확인 |
POST |
http://localhost:8080/api/users/register/check/phone |
전화번호 중복 확인 |
POST |
http://localhost:8080/api/users/login |
로그인 |
POST |
http://localhost:8080/api/users/logout |
로그아웃 |
POST |
http://localhost:8080/api/users/update/image |
프로필 이미지 업데이트 |
POST |
http://localhost:8080/api/users/image/delete |
프로필 이미지 삭제 |
PUT |
http://localhost:8080/api/users/update/nickname |
닉네임 업데이트 |
POST |
http://localhost:8080/api/users/check/password |
비밀번호 확인 |
POST |
http://localhost:8080/api/users/update/password |
비밀번호 업데이트 |
POST |
http://localhost:8080/api/users/info |
사용자 정보 조회 |
POST |
http://localhost:8080/api/categories/create |
카테고리 생성 |
POST |
http://localhost:8080/api/categories/delete |
카테고리 삭제 |
POST |
http://localhost:8080/api/categories/list |
카테고리 리스트 조회 |
POST |
http://localhost:8080/api/pins/delete |
핀 삭제 |
POST |
http://localhost:8080/api/pins/images/upload |
핀 이미지 추가 |
POST |
http://localhost:8080/api/pins/create |
핀 생성 |
POST |
http://localhost:8080/api/pins/list |
핀 리스트 조회 |
POST |
http://localhost:8080/api/posts/create |
게시글 생성 |
POST |
http://localhost:8080/api/posts/delete |
게시글 삭제 |
POST |
http://localhost:8080/api/posts/like |
게시글 좋아요 생성 |
POST |
http://localhost:8080/api/posts/unlike |
게시글 좋아요 삭제 |
POST |
http://localhost:8080/api/posts/images/upload |
게시글 이미지 추가 |
GET |
http://localhost:8080/api/posts/popular |
인기 게시글 조회 |
GET |
http://localhost:8080/api/posts/list |
전체 게시글 리스트 조회 |
POST |
http://localhost:8080/api/posts/detail |
게시글 조회 |
POST |
http://localhost:8080/api/comments/create |
댓글 생성 |
POST |
http://localhost:8080/api/comments/delete |
댓글 삭제 |
POST |
http://localhost:8080/api/comments/like |
댓글 좋아요 생성 |
POST |
http://localhost:8080/api/comments/unlike |
댓글 좋아요 삭제 |