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 2ee3cf974..1d55b4cea 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -7,6 +7,10 @@ const routes: Routes = [ | |||
7 | { | 7 | { |
8 | path: 'admin', | 8 | path: 'admin', |
9 | loadChildren: './+admin/admin.module#AdminModule' | 9 | loadChildren: './+admin/admin.module#AdminModule' |
10 | }, | ||
11 | { | ||
12 | path: 'account', | ||
13 | loadChildren: './+account/account.module#AccountModule' | ||
10 | } | 14 | } |
11 | ] | 15 | ] |
12 | 16 | ||