From a12ffb0e97d4137da855f2d6c7229a62be085f29 Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Thu, 26 Sep 2024 15:52:41 +0300 Subject: [PATCH] upd --- 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 a4746ba..8674d71 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: 205, + count: 204, shape: 'rectangle' }) })