index
:
http-only-cookie-auth-demo.git
master
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
src
/
permissions.js
blob: 63cbb13008a8fd2ef7fd7e1a95a3cc534e47ceaf (
plain
)
1
2
3
4
5
const
PERMISSIONS
= {
READ_USERS
:
'READ_USERS'
,
};
module
.
exports
=
PERMISSIONS
;