From 8dada030d9e8fda9f1cc055be9d653cd157a5123 Mon Sep 17 00:00:00 2001 From: anchalarora Date: Thu, 22 Mar 2018 12:18:55 +0530 Subject: [PATCH] Update db.json --- db.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 7e0d3c0a92..10ff0d367a 100644 --- a/db.json +++ b/db.json @@ -2,7 +2,8 @@ "posts": [ { "id": 1, "title": "Post 1" }, { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } + { "id": 3, "title": "Post 3" }, + { "id": 4, "title": "Post 4" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 },