1
0

Add statistics pages - feedback

This commit is contained in:
Samuel
2020-09-09 17:47:35 +02:00
parent b7382de29a
commit e7e408dacb
28 changed files with 14 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ import { SiteRegisterGuard } from './core/data/feature-authorization/feature-aut
{ path: UNAUTHORIZED_PATH, component: UnauthorizedComponent },
{
path: 'statistics',
loadChildren: './+statistics-page/statistics-page-routing.module#StatisticsPageRoutingModule',
loadChildren: './statistics-page/statistics-page-routing.module#StatisticsPageRoutingModule',
},
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
]}