Skip to content

Commit

Permalink
[PDW-67] fix: path 오류 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Nov 2, 2023
1 parent 5a3ce4e commit 7777079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function App() {
<Route path="/officeBooking/:officeId" element={<OfficeBooking isCheck='false' />} />
<Route path="/my/bookings/offices" element={<BookedList title="회의실 예약 내역" />} />
<Route path="/my/bookings/offices/:bookingId" element={<OfficeBookingCheck isAdmin={false} />} />
<Route path="/my/bookings/resources" element={<BookedList title="장비 예약 내역" />} />
<Route path='/my/bookings/resources/:bookingId' element={<ResourceBookingCheck />} />
<Route path='/resourceBooking' element={<SelectResource title="장비 예약" />} />
<Route path='/resourceBooking/:resourceId' element={<ResourceBooking />} />
Expand Down

0 comments on commit 7777079

Please sign in to comment.