|
|
@ -0,0 +1,42 @@ |
|
|
|
[ |
|
|
|
{ |
|
|
|
"id": 1, |
|
|
|
"name": "Test Voting", |
|
|
|
"desc": "Sample voting description", |
|
|
|
"img": "/img/voting.jpg", |
|
|
|
"votes": [ |
|
|
|
{ |
|
|
|
"id": 1, |
|
|
|
"name": "Sample Vote 1", |
|
|
|
"desc": "Sample description", |
|
|
|
"votes": 5 |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 2, |
|
|
|
"name": "Sample Vote 2", |
|
|
|
"desc": "Sample description", |
|
|
|
"votes": 8 |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 2, |
|
|
|
"name": "wooting", |
|
|
|
"desc": "wooting desc", |
|
|
|
"img": "/img/voting.jpg", |
|
|
|
"votes": [ |
|
|
|
{ |
|
|
|
"id": 0, |
|
|
|
"name": "woote 1", |
|
|
|
"desc": "woote desc", |
|
|
|
"votes": 0 |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 1, |
|
|
|
"name": "woote 2", |
|
|
|
"desc": "woote 3", |
|
|
|
"votes": 0 |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
] |