front end fixes

This commit is contained in:
2020-07-01 16:08:19 -04:00
parent b8f632e644
commit fb3e6ca7dc
11 changed files with 92 additions and 82 deletions

View File

@ -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);
/**