From b05e0496b799029cde39855e35c47de3c2e6f25c Mon Sep 17 00:00:00 2001 From: 陈峰 <feng.chen@yoho.cn> Date: Sat, 29 Dec 2018 14:30:49 +0800 Subject: [PATCH] commit --- create-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-app.js b/create-app.js index 298792c..162b9ee 100644 --- a/create-app.js +++ b/create-app.js @@ -35,7 +35,7 @@ exports.createApp = async(app) => { }); } - app.use('/node/status.html', (req, res) => { + app.use('/mapp/node/status.html', (req, res) => { res.status(200).end(); }); -- libgit2 0.24.0