Skip to content

Commit

Permalink
Added start and limit to mock API response.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzwillia committed May 7, 2022
1 parent 307030a commit 8db0ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"name": "ITEM_COST"
}
],
"start": 0,
"limit": 2070,
"total_count": 2070,
"rows": [
{
Expand Down

0 comments on commit 8db0ec1

Please sign in to comment.