lau1944/bunrest

No redirect function on response

Closed this issue · 0 comments

router.get('/', (req, res) => {
    return res.redirect('/wherever', 301)
})

Property 'redirect' does not exist on type 'BunResponse'.