random url, it redirects me to my dashboard.
Can anyone help?
app.use(function (req, res, next) {
res.status(404).render('error/404/index')
})
Show the handler that renders dashboard
Is this added as the last middleware in express?
Обсуждают сегодня