NxTIC/config/repositories.json

25 lines
191 B
JSON
Executable File

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