This commit is contained in:
Raphix
2023-02-18 22:09:04 +01:00
parent 6c861a6d78
commit 4f022a0d97
33 changed files with 5415 additions and 173 deletions

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);
/**