edit
This commit is contained in:
		| @ -5,7 +5,11 @@ import { MenuManagerComponentsIndexComponent } from './components/index/index.co | ||||
|  | ||||
| const routes: Routes = [ | ||||
|   { path: '', redirectTo: 'index', pathMatch: 'full' }, | ||||
|   { path: 'index', component: MenuManagerComponentsIndexComponent, data: { guard: { ability: ['MENU-INDEX-obclist'] } } }, | ||||
|   { | ||||
|     path: 'index', | ||||
|     component: MenuManagerComponentsIndexComponent, | ||||
|     data: { guard: { ability: ['MENU-INDEX-obclist', 'MENU-INDEX-smclist'] } } | ||||
|   }, | ||||
|   { path: 'auth', component: ApiAuthComponent, data: { guard: { ability: ['MENU-AUTH-obclist', 'MENU-AUTH-smclist'] } } } | ||||
| ]; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user