Restore correctly the 9001 default port

stable
Jesús Espino 2017-09-20 11:37:57 +02:00
parent 9cf8f4e26f
commit 97ca8e0ba8
1 changed files with 1 additions and 1 deletions

View File

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