This commit is contained in:
2021-07-26 22:47:53 -04:00
parent 40f9f42e69
commit bfc2e02000
+2 -2
View File
@@ -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 () {