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

changed file uploads

This commit is contained in:
2016-01-06 14:32:32 -06:00
parent 264a233594
commit c271b472b8
10 changed files with 91 additions and 14048 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 || '80');
var port = normalizePort(process.env.PORT || '3000');
app.set('port', port);
/**