]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Instance homepage support (#4007)
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 3ea5b7e5e253e7de9a1b26771e94a132b0fbd125..57e485e8e63746f5c61b573cf527664200c0bbd4 100644 (file)
@@ -13,6 +13,10 @@ const routes: Routes = [
     canDeactivate: [ MenuGuards.open() ],
     loadChildren: () => import('./+admin/admin.module').then(m => m.AdminModule)
   },
+  {
+    path: 'home',
+    loadChildren: () => import('./+home/home.module').then(m => m.HomeModule)
+  },
   {
     path: 'my-account',
     loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule)