From d86f8d7fa8f693d6865c6095648600ec9cd76dfb Mon Sep 17 00:00:00 2001 From: Senthil Kumar Shanmugam Date: Tue, 14 Oct 2025 12:57:39 +0530 Subject: [PATCH] Update db.json --- db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.json b/db.json index 7e0d3c0a92..7f93a87c2b 100644 --- a/db.json +++ b/db.json @@ -5,8 +5,8 @@ { "id": 3, "title": "Post 3" } ], "comments": [ - { "id": 1, "body": "some comment", "postId": 1 }, - { "id": 2, "body": "some comment", "postId": 1 } + { "id": 4, "body": "some comment", "postId": 1 }, + { "id": 5, "body": "some comment", "postId": 1 } ], "profile": { "name": "typicode"