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

added discord and other minor changes

This commit is contained in:
2015-10-21 08:24:56 -05:00
parent 5f1fa1cf96
commit 3a7d611871
4 changed files with 10 additions and 3 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);
/**