diff --git a/db.json b/db.json index 3d11676..12c1d86 100644 --- a/db.json +++ b/db.json @@ -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" } } - ] + }