NxTIC/config/repositories.json

27 lines
209 B
JSON
Executable File

{
"user": [
"login",
"getById",
"getAll",
"checkUnique",
"create",
"remove"
],
"Personnes": [
"getById"
],
"token": [
"getAll",
"getById",
"check",
"generate",
"remove"
]
}