Skip to content

Commit

Permalink
Update db.json
Browse files Browse the repository at this point in the history
Add additional data for simulation
  • Loading branch information
Kamidu Sachith Punchihewa authored Apr 5, 2018
1 parent 6d28345 commit d9ce8ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
{ "id": 3, "title": "Post 3" }
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
{ "id": 1, "body": "some comment", "postId": 12345 },
{ "id": 2, "body": "some comment", "postId": 23456 },
{ "id": 3, "body": "some comment", "postId": 34567 },
{ "id": 4, "body": "some comment", "postId": 45678 },
{ "id": 5, "body": "some comment", "postId": 56789 },
{ "id": 6, "body": "some comment", "postId": 67890 }
],
"profile": {
"name": "typicode"
Expand Down

0 comments on commit d9ce8ec

Please sign in to comment.