From bfc2e0200005573e097f3e32fa5fc908fdd98f0b Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Mon, 26 Jul 2021 22:47:53 -0400 Subject: [PATCH] a --- 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 6b81025..579e79b 100644 --- a/scripts/internet_data.js +++ b/scripts/internet_data.js @@ -94,8 +94,8 @@ setInterval(function () { app.post('/internet', (req, res) => { bounds = req.body - console.log(req.body) - //return res.send('Received a POST HTTP method'); + console.log(req.body.lat_north) + return res.send('Received a POST HTTP method'); }); app.listen(8000, function () {