generated from nhcarrigan/template
feat: add suggestion feature
This commit is contained in:
@@ -37,6 +37,14 @@ export const appRoutes: Route[] = [
|
||||
path: 'admin/audit',
|
||||
loadComponent: () => import('./components/admin/admin-audit.component').then(m => m.AdminAuditComponent)
|
||||
},
|
||||
{
|
||||
path: 'admin/suggestions',
|
||||
loadComponent: () => import('./components/admin/admin-suggestions.component').then(m => m.AdminSuggestionsComponent)
|
||||
},
|
||||
{
|
||||
path: 'my-suggestions',
|
||||
loadComponent: () => import('./components/my-suggestions/my-suggestions.component').then(m => m.MySuggestionsComponent)
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: ''
|
||||
|
||||
Reference in New Issue
Block a user