feat(back-end): admin home edit image page
This commit is contained in:
@@ -57,6 +57,13 @@ export const ADMIN_ROUTES: Routes = [
|
||||
(m) => m.AdminCadInvoicesComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'home-media',
|
||||
loadComponent: () =>
|
||||
import('./pages/admin-home-media.component').then(
|
||||
(m) => m.AdminHomeMediaComponent,
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user