1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00

fixed few things

This commit is contained in:
2015-08-31 19:51:15 -05:00
parent eec9f50229
commit eb8462fce4
2 changed files with 3 additions and 2 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);
/**