Exit cleanup functions, authentication polish, db polish

This commit is contained in:
MrFry 2020-04-07 14:09:34 +02:00
parent fb8e12f8d2
commit c764c4f402
10 changed files with 314 additions and 229 deletions

View file

@ -71,7 +71,6 @@ AddHtmlRoutes(utils.ReadDir('modules/dataEditor/public'))
// --------------------------------------------------------------
app.get('/', function (req, res) {
// TODO: log this, regexp $/^
res.end('hai')
logger.LogReq(req)
})