diff options
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index db48b2eea..a9d9c723a 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -151,6 +151,12 @@ const routes: Routes = [ | |||
151 | canActivateChild: [ MetaGuard ] | 151 | canActivateChild: [ MetaGuard ] |
152 | }, | 152 | }, |
153 | 153 | ||
154 | { | ||
155 | path: 'stats', | ||
156 | loadChildren: () => import('./+stats/stats.module').then(m => m.StatsModule), | ||
157 | canActivateChild: [ MetaGuard ] | ||
158 | }, | ||
159 | |||
154 | // Matches /@:actorName | 160 | // Matches /@:actorName |
155 | { | 161 | { |
156 | matcher: (url): UrlMatchResult => { | 162 | matcher: (url): UrlMatchResult => { |