mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 18:58:27 +02:00
Listen on port 80
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ app.use('/', express.static(path.join(__dirname, '../../public')));
|
|||||||
|
|
||||||
|
|
||||||
// initialize http and socket servers
|
// initialize http and socket servers
|
||||||
server.listen(3000, function() {
|
server.listen(80, function() {
|
||||||
console.log('\033c> Server running on port 3000\n');
|
console.log('\033c> Server running on port 3000\n');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user