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) {
res.render('error');
});
var server = app.listen(9000);
var server = app.listen(3000);
module.exports = app;
......