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

feat: add api for getting server info

This commit is contained in:
2022-04-17 23:48:08 +05:00
parent e5facbf54c
commit 9fb5f1f8e7
7 changed files with 116 additions and 0 deletions

View File

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