Last changes before game

This commit is contained in:
2024-06-08 08:48:35 +02:00
parent a27c38eeb3
commit 799dd9bd8c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var port = normalizePort(process.env.PORT || '3000');
var port = normalizePort(process.env.PORT || '80');
app.set('port', port);
/**