1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

minor fix on index

This commit is contained in:
2016-01-05 13:00:33 -06:00
parent 8047c3fde7
commit aa23689e8c
2 changed files with 2 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 || '80');
var port = normalizePort(process.env.PORT || '3000');
app.set('port', port);
/**