Skip to content

Commit

Permalink
Update reponse of ice-flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassem Dghaidi committed Jul 14, 2022
1 parent fe81cef commit 37cbd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ router.get('/ice-flakes', function (req, res, next) {
.status(201)
.json({
resource: 'ice-flakes',
count: 300,
shape: 'circle'
count: 1005,
shape: 'rectangle'
})
})

Expand Down

0 comments on commit 37cbd0c

Please sign in to comment.