]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Client: fix bad rebase
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 900a4c5b6d064b4cc048f65c73b8f297d117697e..f9465dc9c4ed39bccf7fd56b13d2f8990e2076d8 100644 (file)
@@ -6,6 +6,10 @@ const routes: Routes = [
     path: '',
     redirectTo: '/videos/list',
     pathMatch: 'full'
+  },
+  {
+    path: 'admin',
+    loadChildren: './+admin#AdminModule'
   }
 ];