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
코드에는 있지만 swagger에는 없는 경로 확인
v1 : [GET] api/reservations/
본인이 예약한 책을 확인할 수 있는 api로 확인되나 마이페이지에서는 user api에서 예약한 도서를 확인하고 있습니다.
[GET] api/mypage/reservations 로 변경하는게 맞을까요?
코드에는 있지만 swagger에는 없는 경로 확인
v1 : [GET] api/reservations/
본인이 예약한 책을 확인할 수 있는 api로 확인되나 마이페이지에서는 user api에서 예약한 도서를 확인하고 있습니다.
[GET] api/mypage/reservations 로 변경하는게 맞을까요?
api/reservations/{reservations_id}-> api/reservations/cancelThe text was updated successfully, but these errors were encountered: