From c1edeec5ef9845ecbfbe51f6be01aeaf7e6941e3 Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Thu, 2 Jan 2020 10:25:03 +0800 Subject: [PATCH] 3004 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index d36f835..ca54473 100644 --- a/app.js +++ b/app.js @@ -25,5 +25,5 @@ const bodyParser = require('koa-bodyparser'); app.use(bodyParser()); // console.log(requter()) app.use(requter()); -app.listen(3002); +app.listen(3004); console.log("http://localhost:3002") \ No newline at end of file