Skip to content

Commit

Permalink
chore: App.jsx 라우팅 recommend route 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
seondy committed Dec 16, 2024
1 parent c106730 commit 4b4140b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamgyul-front/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function App() {
<Route path="/spots/:type/:id" element={<AttractionListPage />} />
<Route path="/trip" element={<MyTripPage />} />
<Route path="/route/:id" element={<TripRoutePage />} />
<Route path="/route/recommend/:id" element={<TripRoutePage />} />
<Route path="/route-complete" element={<MyRouteCompletePage />} />

{/* 추가 페이지 (임시) */}
Expand Down

0 comments on commit 4b4140b

Please sign in to comment.