Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagpreet153 authored Oct 10, 2024
1 parent 3b16e7d commit f995c0c
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 f995c0c

Please sign in to comment.