Skip to content

Commit

Permalink
upd iceflake count and test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlishchenko committed Sep 26, 2024
1 parent a12ffb0 commit 23e29a0
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: 204,
count: 205,
shape: 'rectangle'
})
})
Expand Down

0 comments on commit 23e29a0

Please sign in to comment.