diff --git a/db.json b/db.json index 7e9627b..e8120d3 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, "MUTHOKA": "Post 4" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 12345 },