From 4e1dd65a24f2fb3eaf8aa88a82f5a4ef653e33fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=9E=AC=EC=84=9D=28=ED=8C=8C=EC=9D=B8=EC=9B=90/?= =?UTF-8?q?=EB=AF=B8=EB=94=94=EC=96=B4=EC=BB=A8=EB=B2=84=EC=A0=84=EC=8A=A4?= =?UTF-8?q?=EC=82=AC=EC=97=85=EB=B6=80=29?= Date: Thu, 30 Oct 2025 10:06:07 +0900 Subject: [PATCH] Update db.json --- db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {