diff --git a/db.json b/db.json index 7e0d3c0a92..8c48e604d9 100644 --- a/db.json +++ b/db.json @@ -1,14 +1,7 @@ { - "posts": [ - { "id": 1, "title": "Post 1" }, - { "id": 2, "title": "Post 2" }, - { "id": 3, "title": "Post 3" } - ], - "comments": [ - { "id": 1, "body": "some comment", "postId": 1 }, - { "id": 2, "body": "some comment", "postId": 1 } - ], - "profile": { - "name": "typicode" - } + "task": [ + { "id": 1, "task": "Coffe shop","description": "got to coffee shop"}, + { "id": 1, "task": "Tea shop","description": "got to tea shop" }, + { "id": 1, "task": "Bread shop","description": "got to bread shop" }, + ] }