diff --git a/app.js b/app.js index 9ebe927..44fe036 100644 --- a/app.js +++ b/app.js @@ -68,5 +68,5 @@ const bodyParser = require('koa-body'); app.use(bodyParser({ multipart: true })); // console.log(requter()) app.use(requter()); -app.listen(3002); +app.listen(3042); console.log("http://localhost:3002") \ No newline at end of file