Revert "Restore correctly the 9001 default port"

This reverts commit b26cd8b902.
stable
Jesús Espino 2017-10-23 17:16:15 +02:00
parent b26cd8b902
commit fd202a2fee
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(9002);
app.listen(9001);
});
//Rerun the task when a file changes