search coming soon

This commit is contained in:
Asim Aslam
2021-12-02 08:23:41 +00:00
parent c810ff45bc
commit d616d9098d
13 changed files with 464 additions and 0 deletions

14
search/examples.json Normal file
View File

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