Skip to content

Commit d285aa0

Browse files
committed
port updated
1 parent 3259f33 commit d285aa0

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

0 commit comments

Comments
 (0)