apollo_developers/assets/api/groups.js
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

18 lines
190 B
JavaScript

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