Authored by 周奇琪

修改服务端口为6000

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