diff options
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 4 |
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 936912d28..04c53548e 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -19,6 +19,10 @@ const routes: Routes = [ | |||
19 | { | 19 | { |
20 | path: 'video-channels', | 20 | path: 'video-channels', |
21 | loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' | 21 | loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' |
22 | }, | ||
23 | { | ||
24 | path: '**', | ||
25 | loadChildren: './+page-not-found/page-not-found.module#PageNotFoundModule' | ||
22 | } | 26 | } |
23 | ] | 27 | ] |
24 | 28 | ||