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

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-05-24 10:12:50 +02:00
parent abcc410c9a
commit 5d57e2bbdd

14
db.json
View File

@ -1,18 +1,16 @@
{
"false": [
"false":
{
"ok":false,
"error_code":404,
"description":"Not Found"
}
],
"ok": [
} ,
"ok":
{
"ok":true,
"description":"Ttest for ok"
}
],
"getMe": [
} ,
"getMe":
{
"ok":true,
"result":
@ -23,5 +21,5 @@
"username":"TestBotBash"
}
}
]
}