mirror of https://github.com/abpframework/abp.git
2 changed files with 6 additions and 0 deletions
@ -0,0 +1 @@ |
|||
export * from './route-names'; |
|||
@ -0,0 +1,5 @@ |
|||
export const enum eIdentityRouteNames { |
|||
IdentityManagement = 'AbpIdentity::Menu:IdentityManagement', |
|||
Roles = 'AbpIdentity::Roles', |
|||
Users = 'AbpIdentity::Users', |
|||
} |
|||
Loading…
Reference in new issue