From 833500713d9b915832223c81b339f94352dbef3f Mon Sep 17 00:00:00 2001 From: Bertrand_Yangni <91333544+BertrandYangni@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:07:10 +0000 Subject: [PATCH] Update index.js --- web/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/routes/index.js b/web/routes/index.js index 18616cc..a4746ba 100644 --- a/web/routes/index.js +++ b/web/routes/index.js @@ -12,7 +12,7 @@ router.get('/ice-flakes', function (req, res, next) { .status(201) .json({ resource: 'ice-flakes', - count: 1005, + count: 205, shape: 'rectangle' }) })