apollodec/Apollo/assets/api/groups.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

18 lines
190 B
JavaScript
Executable File

{
"groups" : [{
"id" : 1,
"text": "status1"
},
{
"id" : 2,
"text": "customer"
},
{
"id" : 3,
"text": "vip"
},
{
"id" : 4,
"text": "admin"
}]
}