From 4a71204aa391ca1a9c8e09102e2c0a6a529c07c6 Mon Sep 17 00:00:00 2001 From: ap <951984189@qq.com> Date: Sun, 28 Feb 2021 22:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.js b/bootstrap.js index b59c58f..b38098c 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -1,7 +1,7 @@ const WebFramework = require('@midwayjs/web').Framework; const web = new WebFramework().configure({ - port: 7001, + port: 8001, }); const { Bootstrap } = require('@midwayjs/bootstrap'); -Bootstrap.load(web).run(); +Bootstrap.load(web).run(); \ No newline at end of file