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
#어드민(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
The text was updated successfully, but these errors were encountered:
#어드민(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
The text was updated successfully, but these errors were encountered: