How I can redirect 404 or Http to Http depending on the case? I have this
router.get(\'*\', function(req, res) { res.status(404).render(\'publico\');