diff --git a/main.js b/main.js index 07c3e94..bd2f910 100644 --- a/main.js +++ b/main.js @@ -162,7 +162,7 @@ function initWebServer(settings) { app = express(); router = express.Router(); -/* + // install authentication app.get('/', function (req, res) { if (settings.auth) { @@ -185,7 +185,7 @@ function initWebServer(settings) { req.user = settings.defaultUser; } }); - +/* // add route cases addRoutes(router);