hyunjong

www

Showing 1 changed file with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ var http = require('http'); ...@@ -12,7 +12,7 @@ var http = require('http');
12 * Get port from environment and store in Express. 12 * Get port from environment and store in Express.
13 */ 13 */
14 14
15 -var port = normalizePort(process.env.PORT || '3000'); 15 +var port = normalizePort(process.env.PORT || '9000');
16 app.set('port', port); 16 app.set('port', port);
17 17
18 /** 18 /**
......