From 23e29a0c2b020423b6738c348cbcef481b5ba987 Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Thu, 26 Sep 2024 16:06:04 +0300 Subject: [PATCH] upd iceflake count and test --- 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 8674d71..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: 204, + count: 205, shape: 'rectangle' }) })