Skip to content

Commit

Permalink
Merge pull request #13 from neuefische/Fabi911-patch-1
Browse files Browse the repository at this point in the history
Update App.tsx
  • Loading branch information
Fabi911 authored Aug 20, 2024
2 parents d7be0e8 + 4c5964f commit 17834f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {

return (
<Routes>
<Route path="/movies" element={<ViewAllMovies/>}/>
<Route path="/" element={<ViewAllMovies/>}/>

<Route path="/movies/:id" element={<MovieCard/>}/>

Expand Down

0 comments on commit 17834f8

Please sign in to comment.