fix(web): set default path to cameras view

This commit is contained in:
Paul Armstrong 2021-01-19 20:30:11 -08:00 committed by Blake Blackshear
parent 7f4e042dfa
commit 633d45d02f

View File

@ -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>