From 6f0ca41c02ced304517bc105dc6461d884bf664f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 25 Sep 2018 11:52:16 +0800 Subject: [PATCH] Update main.js --- main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.js b/main.js index b2e1c78..07c3e94 100644 --- a/main.js +++ b/main.js @@ -162,6 +162,7 @@ function initWebServer(settings) { app = express(); router = express.Router(); +/* // install authentication app.get('/', function (req, res) { if (settings.auth) { @@ -215,6 +216,7 @@ function initWebServer(settings) { adapter.log.error('port missing'); process.exit(1); } + */ } function pollData() {