mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Moved views around a bit
This commit is contained in:
@@ -60,7 +60,7 @@ app.get('/', function (req, res) {
|
||||
})
|
||||
|
||||
app.get('*', function (req, res) {
|
||||
res.render('404')
|
||||
res.render('shared/404')
|
||||
res.status(404)
|
||||
// utils.AppendToFile(logger.GetDateString() + ": " + "404 GET", logFile);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user