source:
src/auth/guard/index.ts
Last change on this file was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 172 bytes |
Line | |
---|---|
1 | export { default as AuthGuard } from './auth-guard'; |
2 | export { default as GuestGuard } from './guest-guard'; |
3 | export { default as RoleBasedGuard } from './role-based-guard'; |
Note:
See TracBrowser
for help on using the repository browser.