add vote handler to app

This commit is contained in:
Asim Aslam
2021-11-26 12:46:53 +00:00
parent 1621681cef
commit 8b5897b869
5 changed files with 260 additions and 42 deletions

View File

@@ -16,5 +16,17 @@
}
}
}
],
"vote": [
{
"title": "Vote for the API",
"run_check": false,
"request": {
"message": "Launch it!"
},
"response": {
"message": "Thanks for the vote!"
}
}
]
}