]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 46e108cc7992ee644b4993a4a0f112f08fab84df..936912d282fedddb07d171c6ccf593804da68729 100644 (file)
@@ -4,22 +4,22 @@ import { RouterModule, Routes } from '@angular/router'
 import { PreloadSelectedModulesList } from './core'
 
 const routes: Routes = [
-  // {
-  //   path: 'admin',
-  //   loadChildren: './+admin/admin.module#AdminModule'
-  // },
-  // {
-  //   path: 'my-account',
-  //   loadChildren: './+my-account/my-account.module#MyAccountModule'
-  // },
-  // {
-  //   path: 'accounts',
-  //   loadChildren: './+accounts/accounts.module#AccountsModule'
-  // },
-  // {
-  //   path: 'video-channels',
-  //   loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
-  // }
+  {
+    path: 'admin',
+    loadChildren: './+admin/admin.module#AdminModule'
+  },
+  {
+    path: 'my-account',
+    loadChildren: './+my-account/my-account.module#MyAccountModule'
+  },
+  {
+    path: 'accounts',
+    loadChildren: './+accounts/accounts.module#AccountsModule'
+  },
+  {
+    path: 'video-channels',
+    loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
+  }
 ]
 
 @NgModule({