aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app-routing.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r--client/src/app/app-routing.module.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts
index 04c53548e..0b31bf453 100644
--- a/client/src/app/app-routing.module.ts
+++ b/client/src/app/app-routing.module.ts
@@ -21,6 +21,10 @@ const routes: Routes = [
21 loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' 21 loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
22 }, 22 },
23 { 23 {
24 path: 'about',
25 loadChildren: './+about/about.module#AboutModule'
26 },
27 {
24 path: '**', 28 path: '**',
25 loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule' 29 loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule'
26 } 30 }