From abb45ba80098af73c266811faf5722f9fb6600cc Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Mon, 26 Jul 2021 22:38:47 -0400 Subject: [PATCH] ?? --- scripts/internet_data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/internet_data.js b/scripts/internet_data.js index a362278..ebe4ede 100644 --- a/scripts/internet_data.js +++ b/scripts/internet_data.js @@ -93,8 +93,8 @@ setInterval(function () { }, 1000); app.post('/internet', (req, res) => { - bounds = req.body - console.log(req.body) + bounds = res.body + console.log(res.body) return res.send('Received a POST HTTP method'); });