From a4a4dfa41816a572a497cd07810376900b68216e Mon Sep 17 00:00:00 2001 From: dual5651 <32724337+dual5651@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:56:13 +0900 Subject: [PATCH 1/2] Update db.json --- db.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.json b/db.json index 7e0d3c0a92..435fde6b09 100644 --- a/db.json +++ b/db.json @@ -1,8 +1,8 @@ { "posts": [ - { "id": 1, "title": "Post 1" }, - { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } + { "id": 1, "title": "dual5651" }, + { "id": 2, "title": "test1" }, + { "id": 3, "title": "test2" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 }, From da9dde41a1966cf19af7119d23bccc89b2472374 Mon Sep 17 00:00:00 2001 From: dual5651 <32724337+dual5651@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:58:16 +0900 Subject: [PATCH 2/2] Update db.json dual5651111 --- db.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db.json b/db.json index 435fde6b09..f423179382 100644 --- a/db.json +++ b/db.json @@ -1,14 +1,14 @@ { "posts": [ { "id": 1, "title": "dual5651" }, - { "id": 2, "title": "test1" }, - { "id": 3, "title": "test2" } + { "id": 2, "title": "dual5652" }, + { "id": 3, "title": "dual5653" } ], "comments": [ { "id": 1, "body": "some comment", "postId": 1 }, { "id": 2, "body": "some comment", "postId": 1 } ], "profile": { - "name": "typicode" + "name": "dual5651" } }