Skip to content

Commit f87b360

Browse files
committed
updated urls
1 parent d285aa0 commit f87b360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat-app/backend/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const server = http.createServer(app);
5858

5959
const PORT = process.env.PORT || 3000;
6060

61-
server.listen(PORT, "0.0.0.0", () => {
61+
server.listen(PORT, () => {
6262
console.log("server is running");
6363
});
6464

0 commit comments

Comments
 (0)