diff --git a/webserver.js b/webserver.js index 5409b2ad..2f795541 100644 --- a/webserver.js +++ b/webserver.js @@ -3394,7 +3394,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) { }); } - obj.app.get(url + 'stop', function (req, res) { res.send('Stopping Server, click here to login.'); setTimeout(function () { parent.Stop(); }, 500); }); + //obj.app.get(url + 'stop', function (req, res) { res.send('Stopping Server, click here to login.'); setTimeout(function () { parent.Stop(); }, 500); }); // Indicates to ExpressJS that the override public folder should be used to serve static files. if (obj.parent.webPublicOverridePath != null) { obj.app.use(url, obj.express.static(obj.parent.webPublicOverridePath, { maxAge: '1h' })); }