Skip to content

Commit

Permalink
fix(web): set default path to cameras view
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong authored and blakeblackshear committed Jan 27, 2021
1 parent 7f4e042 commit 633d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function App() {
<Event path="/events/:eventId" />
<Events path="/events" />
<Debug path="/debug" />
<Cameras path="/" />
<Cameras default path="/" />
</Router>
</div>
</div>
Expand Down

0 comments on commit 633d45d

Please sign in to comment.