NxTIC/config/repositories.json

22 lines
175 B
JSON
Raw Normal View History

{
2016-04-12 12:27:54 +00:00
"user": [
"login",
"getById",
"getAll",
"checkUnique",
"create",
"remove"
2016-04-12 12:27:54 +00:00
],
"token": [
"getAll",
"getById",
"check",
"generate",
"remove"
]
}