Skip to content
Open

commit #1074

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions db.json
Original file line number Diff line number Diff line change
@@ -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" },
]
}