]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Fix error with other videos displayed
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index fe72c9181b0ea0faed03a44209d7ca0503391631..f31b51e2381e8226c59e69df90164e76067a9b4f 100644 (file)
@@ -11,7 +11,7 @@ const routes: Routes = [
   },
   {
     path: 'admin',
-    loadChildren: './+admin#AdminModule'
+    loadChildren: './+admin/admin.module#AdminModule'
   }
 ]