Skip to content

Commit

Permalink
Merge pull request #49 from DVGY/feature/fix-map-icons
Browse files Browse the repository at this point in the history
add trips
  • Loading branch information
DVGY authored Oct 21, 2023
2 parents d6d528c + 776e3b9 commit e3fd979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function App(): JSX.Element {
<Route path='/' element={<TripsPage />} />
<Route path='/login' element={<Login />} />
<Route path='/signup' element={<Signup />} />
<Route path='/trips'>
<Route path='/trips/*'>
<Route index element={<TripsShow />} />
<Route path=':tripId' element={<TripsDetails />} />
<Route path='*' element={<NotFound />} />
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3fd979

Please sign in to comment.