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