Skip to content

Commit 73010da

Browse files
Update ice-flakes endpoint with new count
1 parent 3b16e7d commit 73010da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ router.get('/ice-flakes', function (req, res, next) {
1212
.status(201)
1313
.json({
1414
resource: 'ice-flakes',
15-
count: 1005,
15+
count: 205,
1616
shape: 'rectangle'
1717
})
1818
})

0 commit comments

Comments
 (0)