diff --git a/gulpfile.js b/gulpfile.js index 7a89fdfa..2bf9d1c9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -707,7 +707,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