From 7b09631e4666b3b1a2c4f5aa20b6e1ea6d28cf5f Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Thu, 26 Sep 2024 15:50:39 +0300 Subject: [PATCH 1/3] 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 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' }) }) From a12ffb0e97d4137da855f2d6c7229a62be085f29 Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Thu, 26 Sep 2024 15:52:41 +0300 Subject: [PATCH 2/3] 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' }) }) From 23e29a0c2b020423b6738c348cbcef481b5ba987 Mon Sep 17 00:00:00 2001 From: maximlishchenko Date: Thu, 26 Sep 2024 16:06:04 +0300 Subject: [PATCH 3/3] 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' }) })