Przeglądaj źródła

fix(web): set default path to cameras view

Paul Armstrong 4 lat temu
rodzic
commit
633d45d02f
1 zmienionych plików z 1 dodań i 1 usunięć
  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>