This commit is contained in:
William Mantly
2016-06-16 18:37:44 -04:00
parent b58deaaa86
commit b54d5533c9
3 changed files with 90 additions and 4 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 || '3180');
var port = normalizePort(process.env.PORT || '3000');
app.set('port', port);
/**