Removed some routes and renamed others

This commit is contained in:
Erik Tiekstra
2021-09-03 12:01:29 +02:00
parent 5ed4b79d9c
commit 1fef2fe173
5 changed files with 22 additions and 17 deletions

View File

@@ -23,8 +23,8 @@ const routes: Routes = [
canActivate: [AuthGuard],
},
{
path: 'avrop',
data: { title: 'Avrop' },
path: 'nya-deltagare',
data: { title: 'Nya deltagare' },
loadChildren: () => import('./pages/avrop/avrop.module').then(m => m.AvropModule),
canActivate: [AuthGuard],
},