From 12c3ec02435721d94350fbe61c7356be77502ec3 Mon Sep 17 00:00:00 2001 From: Aquib Rahmani Date: Tue, 17 Sep 2024 01:06:48 +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..f96f627d29 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 },