Skip to content

Instantly share code, notes, and snippets.

@ThomasDupont
Created April 26, 2024 07:17
Redirection with Node.js
router.get('/ancienne/route', (req, res) => res.redirect(301, '/nouvelle/route'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment