forked from Github/frigate
fix(web): set default path to cameras view
This commit is contained in:
committed by
Blake Blackshear
parent
fcc9cd56cc
commit
a71ae053e4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user