Commit 1fa02e50 authored by Dennis Willers's avatar Dennis Willers 🏀

Change Port for Socket Connection

parent 2c62a678
Pipeline #331 passed with stages
in 3 minutes and 12 seconds
...@@ -6,7 +6,7 @@ const Socketio = require("socket.io")(Http, { ...@@ -6,7 +6,7 @@ const Socketio = require("socket.io")(Http, {
} }
}); });
Http.listen(80, () => { Http.listen(3000, () => {
console.log("Listening at :3000..."); console.log("Listening at :3000...");
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment