[DURACOM-191] change routing for submit-page

This commit is contained in:
Andrea Barbasso
2024-01-10 16:53:45 +01:00
parent fe23afe896
commit d6795c2100
4 changed files with 20 additions and 49 deletions

View File

@@ -168,8 +168,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'submit',
loadChildren: () => import('./submit-page/submit-page.module')
.then((m) => m.SubmitPageModule),
loadChildren: () => import('./submit-page/submit-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{