Skip to content

Commit

Permalink
Merge pull request #50 from Spaces-Place/dusqo
Browse files Browse the repository at this point in the history
route수정
  • Loading branch information
KangYeonbae authored Dec 4, 2024
2 parents 8a707eb + f43158b commit e86a8a5
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 e86a8a5

Please sign in to comment.