Showing
1 changed file
with
1 additions
and
1 deletions
@@ -33,6 +33,6 @@ app.use(cookieParser()); | @@ -33,6 +33,6 @@ app.use(cookieParser()); | ||
33 | require('./dispatch')(app); | 33 | require('./dispatch')(app); |
34 | 34 | ||
35 | // listener | 35 | // listener |
36 | -app.listen(3001, function() { | 36 | +app.listen(6001, function() { |
37 | console.log('yohobuy start'); | 37 | console.log('yohobuy start'); |
38 | }); | 38 | }); |
-
Please register or login to post a comment