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 900a4c5b6..f9465dc9c 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -6,6 +6,10 @@ const routes: Routes = [ | |||
6 | path: '', | 6 | path: '', |
7 | redirectTo: '/videos/list', | 7 | redirectTo: '/videos/list', |
8 | pathMatch: 'full' | 8 | pathMatch: 'full' |
9 | }, | ||
10 | { | ||
11 | path: 'admin', | ||
12 | loadChildren: './+admin#AdminModule' | ||
9 | } | 13 | } |
10 | ]; | 14 | ]; |
11 | 15 | ||