diff --git a/db.json b/db.json index 7e0d3c0a92..b46f02e4c8 100644 --- a/db.json +++ b/db.json @@ -5,7 +5,7 @@ { "id": 3, "title": "Post 3" } ], "comments": [ - { "id": 1, "body": "some comment", "postId": 1 }, + { "id": 1, "body": "some comment", "postId": 2 }, { "id": 2, "body": "some comment", "postId": 1 } ], "profile": {