SMMP/config/repositories.json

21 lines
171 B
JSON
Raw Normal View History

{
"user" :[
"get",
"getAll",
"getGroup"
],
"machine" :[
"get",
"getAll",
"getGroup"
],
"group" :[
"get",
"getAll",
"getUser",
"getMachine"
]
}