mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
p2p https and login fix, removed static domain from ejs files
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ app.get('*', (req, res) => {
|
||||
if (req.is('application/json')) {
|
||||
res.status(404).end()
|
||||
} else {
|
||||
res.status(404).render('404')
|
||||
res.status(404).render('404', { domain: domain })
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user