]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.ts
Fix router on /
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.ts
index 2a1486fb24a05aefc751d4e7f9bcd37867135f4b..0cee6edbf7cfb904924b83adcbc0522cb29f98dd 100644 (file)
@@ -34,6 +34,10 @@ import { SearchService } from './shared'; // Temporary
   {
     path: '/videos/add',
     component: VideoAddComponent
+  },
+  {
+    path: '/',
+    component: VideoListComponent
   }
 ])