mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
"too dig of a bick"
This commit is contained in:
+2
-1
@@ -87,7 +87,8 @@ router.get('/', (req, res) => {
|
||||
});
|
||||
|
||||
router.get('/403', (req, res) => {
|
||||
res.render('403');
|
||||
const reason = req.query.reason || null;
|
||||
res.render('403', { reason });
|
||||
})
|
||||
|
||||
router.get('/wizard', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user