-
Notifications
You must be signed in to change notification settings - Fork 0
Home
syndersonLEE edited this page Nov 15, 2019
·
26 revisions
13.125.48.35:5782/
- 메인화면 /main GET
-
공간상세 /space/{spaceIdx} GET
- 공간상세-예약캘린더 /space/{spaceIdx}/calendar GET
- 공간상세-예약페이지 /space/{spaceIdx}/reservation GET
- 공간상세-예약신청페이지 /space/{spaceIdx}/reservation POST
-
검색창 /search GET
- 검색리스트 /search/result?keyword=키워드&minprice=최소가격&maxprice=최대가격&num=인원&comercial=상업적&location=위치 GET
-
마이페이지 /mypage GET
- 마이페이지 - 찜한공간 /mypage/userLike GET
- 마이페이지 - 예약현황 /mypage/reservation/{reserveIdx} GET
- 마이페이지 - i-mod 예약 페이지 /mypage/reservation/{reservationIdx}/imod GET
- 마이페이지 - i-mod 호출 페이지 /mypage/reservation/{reservationIdx}/imod POST
- 좋아요/취소 요청 /like/{reservationIdx} POST