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