2 changed files with 16 additions and 6 deletions
@ -0,0 +1,7 @@ |
|||
export class Auth { |
|||
async redirect(event) { |
|||
event.respondWith(new Response( |
|||
'extract query and redirect', {status: 200} |
|||
)) |
|||
} |
|||
} |
|||
Loading…
Reference in new issue