apollo_developers/assets/api/groups.js
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +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"
}]
}