From 156f169f5db87401c2e65a3e6f12268da29fcdb3 Mon Sep 17 00:00:00 2001 From: "Joy D. Mwamburi" Date: Wed, 31 Oct 2018 15:53:31 +0300 Subject: [PATCH] Added new add post --- db.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 7e9627b..daf0a6e 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": "Mwamburi" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 12345 },