Removed some routes and renamed others
This commit is contained in:
@@ -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],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user