mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
removed audit_log
This commit is contained in:
@@ -6,9 +6,7 @@ const auth = require('../services/auth');
|
||||
const utils = require('../services/utils');
|
||||
|
||||
router.get('', auth.checkAuth, async (req, res, next) => {
|
||||
res.render('index', {
|
||||
browserId: utils.randomString(12)
|
||||
});
|
||||
res.render('index', {});
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user