No redirect function on response
Closed this issue · 0 comments
LuisMalhadas commented
router.get('/', (req, res) => {
return res.redirect('/wherever', 301)
})
Property 'redirect' does not exist on type 'BunResponse'.
Closed this issue · 0 comments
router.get('/', (req, res) => {
return res.redirect('/wherever', 301)
})
Property 'redirect' does not exist on type 'BunResponse'.