Skip to content

getAllVotes

JblusItsMe edited this page Sep 18, 2023 · 1 revision
api.getAllVotes().then(data => {
    console.log(data);
}).catch(error => {
    console.error(error.message);
});
Clone this wiki locally