Added accessibility-report
This commit is contained in:
@@ -89,7 +89,7 @@ activeFeatures.forEach(feature => {
|
||||
case Feature.ACCESSIBILITY_REPORT:
|
||||
routes.push({
|
||||
path: 'tillganglighet',
|
||||
data: { title: 'Tillgänglighetsredogörelsen' },
|
||||
data: { title: 'Tillgänglighetsredogörelse' },
|
||||
loadChildren: () => import('./pages/accessibility/accessibility.module').then(m => m.AccessibilityModule),
|
||||
canActivate: [AuthGuard],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user