-
This commit is contained in:
@ -72,7 +72,7 @@ const routes: Routes = [
|
||||
path: 'download',
|
||||
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
|
||||
}
|
||||
{ path: 'account-management', loadChildren: () => import('./account-management/account-management.module').then((m) => m.AccountManagementModule) },]
|
||||
]
|
||||
},
|
||||
// passport
|
||||
{ path: '', loadChildren: () => import('./passport/passport.module').then(m => m.PassportModule) },
|
||||
@ -92,4 +92,4 @@ const routes: Routes = [
|
||||
],
|
||||
exports: [RouterModule]
|
||||
})
|
||||
export class RouteRoutingModule {}
|
||||
export class RouteRoutingModule { }
|
||||
|
||||
Reference in New Issue
Block a user