]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 0f948434410ad488b80a77a6c90ce68134c6f947..f31b51e2381e8226c59e69df90164e76067a9b4f 100644 (file)
@@ -6,12 +6,12 @@ import { PreloadSelectedModulesList } from './core'
 const routes: Routes = [
   {
     path: '',
-    redirectTo: '/videos/list',
+    redirectTo: '/videos/trending',
     pathMatch: 'full'
   },
   {
     path: 'admin',
-    loadChildren: './+admin#AdminModule'
+    loadChildren: './+admin/admin.module#AdminModule'
   }
 ]