Restore correctly the 9001 default port

stable
Jesús Espino 2017-10-23 17:15:12 +02:00
parent e4c96f8796
commit b26cd8b902
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ gulp.task("express", function() {
res.sendFile("index.html", {root: __dirname + "/dist/"});
});
app.listen(9001);
app.listen(9002);
});
//Rerun the task when a file changes