Skip to content

Commit

Permalink
route수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KangYeonbae committed Dec 4, 2024
1 parent d5e0388 commit f43158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function App() {
<Route path="/mappage" element={<MyMapPage />} />
<Route path="/search" element={<SearchResults query={searchQuery} />} />
<Route path="/booking" element={<Booking />} />
<Route path="booking/success" element={<PaymentResult />} />
<Route path="/booking/success" element={<PaymentResult />} />

{/* 공간 관련 라우트 */}
{ItemType.map(({type}) => (
Expand Down

0 comments on commit f43158b

Please sign in to comment.