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 () {