diff --git a/pi/backend/app.js b/pi/backend/app.js index 4ee3cb9..249c2ea 100644 --- a/pi/backend/app.js +++ b/pi/backend/app.js @@ -58,7 +58,7 @@ app.post('/reading',async (request,response) => { }); -app.listen(port, '127.0.0.1', () => { +app.listen(port, () => { console.log(`Example app listening on port ${port}`) })