edit
This commit is contained in:
@ -67,6 +67,7 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./contract-management/contract-management.module').then(m => m.ContractManagementManagementModule)
|
||||
},
|
||||
{ path: 'menu-management', loadChildren: () => import('./menu-manager/menu-manager.module').then(m => m.MenuManagerModule) },
|
||||
{ path: 'partner', loadChildren: () => import('./partner/partner.module').then(m => m.PartnerModule) },
|
||||
{
|
||||
path: 'download',
|
||||
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
|
||||
|
||||
Reference in New Issue
Block a user