LeapChain / Website

MIT License
2 stars 4 forks source link

Implement Poll Index page #12

Closed hussu010 closed 2 years ago

hussu010 commented 2 years ago

Method: GET Endpoint: api/v1/poll Returns:

[
    {
        "_id": "62778e392bfb6b04e996f850",
        "accountNumber": "c22f224dac22c6d02e94936f8ac256736555dcf270649f090b201a1bede9c5c8",
        "signature": "9ec574a25080b2960bcdb06ad5b7733bc5675ca6c3f9b740360b5fa00e959f9fda88c05fbda01fc8b239fa2a732e66b3f98d4f8b84c24b3c178d42440060e406",
        "title": "again",
        "description": "hello world",
        "url": "this is the url",
        "choices": [
            {
                "title": "aaanother title",
                "_id": "62778e392bfb6b04e996f851"
            },
            {
                "title": "aathis is the title",
                "_id": "62778e392bfb6b04e996f852"
            }
        ],
        "__v": 0
    },
]