apollodec/Apollo/assets/api/groups.js
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

18 lines
190 B
JavaScript

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