Authored by ccbikai

更改端口

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -33,6 +33,6 @@ app.use(cookieParser());
require('./dispatch')(app);
// listener
app.listen(3001, function() {
app.listen(6001, function() {
console.log('yohobuy start');
});
... ...