From eb91ae7b38c72487fccb2add95f8cbdcb599b3aa Mon Sep 17 00:00:00 2001 From: Brian Kenduiwa Date: Wed, 31 Oct 2018 16:01:57 +0300 Subject: [PATCH] add post id 4 change --- db.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 7e9627b..906fc3d 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": "Brian" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 12345 },