From 09859b65df3f0c300d444d6b4e74c8f8979da436 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 1 Jan 2021 09:40:34 +0100 Subject: [PATCH] update db.json --- db.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/db.json b/db.json index 4db1ca2..960d297 100644 --- a/db.json +++ b/db.json @@ -2,8 +2,8 @@ "usage": { "ok":true, - "url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/", - "description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash" + "url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/usage?", + "description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash, replace usage with the dataset you want to query" } , "false": { @@ -11,7 +11,7 @@ "error_code":404, "description":"Not Found" } , - "ok": + "true": { "ok":true, "description":"Test for ok" @@ -27,5 +27,4 @@ "username":"TestBotBash" } } - }