Parcourir la source

fix(web): set default path to cameras view

Paul Armstrong il y a 4 ans
Parent
commit
633d45d02f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/src/App.jsx

+ 1 - 1
web/src/App.jsx

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