diff --git a/routes/acl.js b/routes/acl.js index 05d400a..82c502e 100644 --- a/routes/acl.js +++ b/routes/acl.js @@ -10,7 +10,7 @@ router.use((req, res, next) => { if (perms.includes('*') || perms.includes('acl')) { return next(); } - return res.status(403).render('error', { error: 'Forbidden', button: { text: 'Back', action: 'back' } }); \ + return res.status(403).render('error', { error: 'Forbidden', button: { text: 'Back', action: 'back' } }); }); router.get('/', async (req, res) => {