Skip to content

Commit

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

0 comments on commit a12ffb0

Please sign in to comment.