Skip to content

Commit

Permalink
Update index.js count from 1005 to 205
Browse files Browse the repository at this point in the history
  • Loading branch information
amosting authored Jul 25, 2024
1 parent 3b16e7d commit 9b90211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ router.get('/ice-flakes', function (req, res, next) {
.status(201)
.json({
resource: 'ice-flakes',
count: 1005,
count: 205,
shape: 'rectangle'
})
})
Expand Down

0 comments on commit 9b90211

Please sign in to comment.