Closed tsndr closed 2 years ago
router.get('*', (req, res) => { res.status = 404 res.headers.set('Content-Type', 'text/html; charset=utf-8') res.body = "<h1>No one's home, sorry!</h1>" })