Akhidjon

port changed to 3000

Showing 1 changed file with 1 additions and 1 deletions
...@@ -81,5 +81,5 @@ app.use(function(err, req, res, next) { ...@@ -81,5 +81,5 @@ app.use(function(err, req, res, next) {
81 res.render('error'); 81 res.render('error');
82 }); 82 });
83 83
84 -var server = app.listen(9000); 84 +var server = app.listen(3000);
85 module.exports = app; 85 module.exports = app;
......