diff --git a/db.json b/db.json index 7e0d3c0a92..f423179382 100644 --- a/db.json +++ b/db.json @@ -1,14 +1,14 @@ { "posts": [ - { "id": 1, "title": "Post 1" }, - { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } + { "id": 1, "title": "dual5651" }, + { "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" } }