redirect in express with data code example Example: express redirect app.get('/', (req, res) => { res.redirect('/foo/bar'); });