From 8d503119a65d4b8a8e0428858679f998828d2415 Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Tue, 28 Sep 2021 11:36:58 +0800 Subject: [PATCH] port --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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