SMMP/config/repositories.json

26 lines
216 B
JSON
Executable File

{
"user" :[
"create",
"getById",
"getByCode",
"getAll",
"getGroup",
"delete"
],
"machine" :[
"get",
"getAll",
"getGroup"
],
"group" :[
"get",
"getAll",
"getUser",
"getMachine"
]
}