add: API server(#422)

Add an example of api server so that devs can quickly get up a bot running along with its api
This commit is contained in:
Sahil Kumar Yadav
2023-08-11 11:30:51 +05:30
committed by GitHub
parent d51c508b40
commit a86deb2675
9 changed files with 132 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
},
{
"group": "Examples",
"pages": ["examples/full_stack"]
"pages": ["examples/full_stack", "examples/api_server"]
},
{
"group": "Contribution Guidelines",