Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -14,7 +14,7 @@ var http = require('http'); | ... | @@ -14,7 +14,7 @@ var http = require('http'); |
14 | * Get port from environment and store in Express. | 14 | * Get port from environment and store in Express. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | -var port = normalizePort(process.env.PORT || '9000'); | 17 | +var port = normalizePort(process.env.PORT || '3000'); |
18 | app.set('port', port); | 18 | app.set('port', port); |
19 | 19 | ||
20 | /** | 20 | /** | ... | ... |
-
Please register or login to post a comment