Skip to content

Commit

Permalink
update host
Browse files Browse the repository at this point in the history
  • Loading branch information
r-carroll committed Jul 27, 2024
1 parent b98526d commit 740a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi/backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
})

Expand Down

0 comments on commit 740a572

Please sign in to comment.