From ca0ba1a87cd0167a6ee22fcca77cac97d8322d2a Mon Sep 17 00:00:00 2001 From: Michael Hy <109703743+HyMike@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:56:15 -0800 Subject: [PATCH 1/4] Update index.js --- web/routes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/routes/index.js b/web/routes/index.js index 18616cc..52fbc57 100644 --- a/web/routes/index.js +++ b/web/routes/index.js @@ -12,8 +12,8 @@ router.get('/ice-flakes', function (req, res, next) { .status(201) .json({ resource: 'ice-flakes', - count: 1005, - shape: 'rectangle' + count: 205, + shape: 'circle' }) }) From c4492c27df7fb28269f1492f582a6cbff04b7b3c Mon Sep 17 00:00:00 2001 From: Michael Hy <109703743+HyMike@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:08:52 -0800 Subject: [PATCH 2/4] changing count to 100 --- 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 52fbc57..a51ec01 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: 100, shape: 'circle' }) }) From a93591da6929dc352a32e51f019e80a8d948e16a Mon Sep 17 00:00:00 2001 From: Michael Hy <109703743+HyMike@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:12:37 -0800 Subject: [PATCH 3/4] changes to the count. --- 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 a51ec01..0ef2f8e 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: 100, + count: 150, shape: 'circle' }) }) From 68880691af9f4f5c8a2dd4da88f0f0b7758bc528 Mon Sep 17 00:00:00 2001 From: Michael Hy <109703743+HyMike@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:24:19 -0800 Subject: [PATCH 4/4] changing count to 205 --- 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 0ef2f8e..52fbc57 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: 150, + count: 205, shape: 'circle' }) })