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

endpoint #45

Open
jinhokim98 opened this issue Jul 21, 2023 · 0 comments
Open

endpoint #45

jinhokim98 opened this issue Jul 21, 2023 · 0 comments

Comments

@jinhokim98
Copy link
Member

#어드민(manage)
모든 회원 조회 GET /admin/member
회원 한명 조회 GET /admin/member/detail
회원 등급 수정 POST /admin/modify
회원 제명 POST /admin/expel
승인 대기 조회 GET /admin/applicant
가입 승인 처리 POST /admin/approve
회장 위임 POST /admin/succeed

가입 거부 처리 ?? POST /admin/deny
(누락됐어요... 임의로 추가해 둠)

우산 상태 변경 POST /admin/umbrella/manage
사물함 상태 변경 POST /admin/locker/manage
사물함 승인/거부 POST /admin/locker/approve

#우산, 사물함
우산 상황 GET /umbrella
우산 대여 POST /umbrella/rent
우산 반납 POST /umbrella/return
사물함 상황 GET /locker
사물함 대여 신청 POST /locker/rent
사물함 대여 반납 POST /locker/return

#마이페이지
내 정보 조회 GET /mypage/info
닉네임 중복 조회 POST /mypage/nicknameCheck
내 정보 수정 POST /mypage/modify
프사 수정 POST /mypage/change-profile
내 작성 글 조회 GET /mypage/post
내 작성 댓글 조회 GET /mypage/comment
회원 탈퇴 POST /mypage/withdraw

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