front end fixes
This commit is contained in:
@ -12,7 +12,7 @@ var http = require('http');
|
||||
* Get port from environment and store in Express.
|
||||
*/
|
||||
|
||||
var port = normalizePort(process.env.NODE_PORT || '3000');
|
||||
var port = normalizePort(process.env.NODE_PORT || app.conf.port || '3000');
|
||||
app.set('port', port);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user