hyunjong

www

Showing 1 changed file with 1 additions and 1 deletions
......@@ -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 || '9000');
app.set('port', port);
/**
......