add json test db for using my-json-server.typicode.com

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-05-24 10:08:20 +02:00
parent 856b831736
commit abcc410c9a

16
db.json
View File

@ -8,16 +8,20 @@
],
"ok": [
{
"ok": true,
"description": "test for ok"
"ok":true,
"description":"Ttest for ok"
}
],
"getMe": [
{
"ok": true,
"result": [
"username": "TestBotBash"
]
"ok":true,
"result":
{
"id":123456789,
"is_bot":true,
"first_name":"bashbot",
"username":"TestBotBash"
}
}
]
}