Implement redirect in the edge function
Hi all, could you tell me if it is possible to implement "redirect" in edge functions, I want to use one of the functions as a webhook and do redirection for deeplink in the mobile app, i try to used deno Response.redirect() method, but i get the whole page , not redirect.