1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 21:30:05 +00:00

feat: defined register permission and get all permissions api endpoints

This commit is contained in:
2022-04-29 15:30:41 +05:00
parent e5200c1000
commit 1103ffe07b
4 changed files with 214 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ export * from './session'
export * from './stp'
export * from './user'
export * from './info'
export * from './permission'