1
0
Fork 0

add userinfo endpoint

refactor/models
Matthew 2020-12-18 19:47:48 -05:00
parent 22c095ca7d
commit e3352f89ff
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ export { default as ramLimit } from './ramLimit';
export { default as score } from './score';
export { default as sshLogins } from './sshLogins';
export { default as storage } from './storage';
export { default as userInfo } from './userInfo';