- Timestamp:
- 10/27/21 21:29:11 (3 years ago)
- Branches:
- dev
- Children:
- 32cd040
- Parents:
- d2b1fa6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/app-routing.module.ts
rd2b1fa6 rc205cc4 6 6 const routes: Routes = [ 7 7 { 8 path: 'questioning', 9 canActivate: [AuthorizedGuard], 10 loadChildren: () => import('./modules/questioning/questioning.module').then((x) => x.QuestioningModule) 11 }, 12 { 8 13 path: 'auth-callback', 14 pathMatch: 'full', 9 15 component: AuthCallbackComponent 10 16 }, 11 17 { 12 path: ' questioning',13 canActivate: [AuthorizedGuard],14 loadChildren: () => import('./modules/questioning/questioning.module').then((x) => x.QuestioningModule)18 path: '', 19 pathMatch: 'full', 20 redirectTo: 'questioning/preview' 15 21 }, 16 22 {
Note:
See TracChangeset
for help on using the changeset viewer.