Restore correctly the 9001 default port

stable
Jesús Espino 2017-10-04 14:31:27 +02:00
parent b1229d5bd0
commit 2913be4749
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