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

fixed models

This commit is contained in:
2016-01-07 00:20:37 -06:00
parent e5a2dd7360
commit dab8770f45
2 changed files with 1 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 || '3000');
var port = normalizePort(process.env.PORT || '80');
app.set('port', port);
/**