Restore correctly the 9001 default port
parent
9cf8f4e26f
commit
97ca8e0ba8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue