use fetch
This commit is contained in:
parent
c0b8f76661
commit
4a35586882
@ -13,8 +13,8 @@ async function handle_keys_request(context) {
|
||||
url.pathname = '/keys' + url.pathname;
|
||||
}
|
||||
|
||||
// Redirect
|
||||
return Response.redirect(url, 302);
|
||||
// Transparent redirect
|
||||
return fetch(url);
|
||||
}
|
||||
|
||||
// Otherwise, continue the request chain
|
||||
|
Loading…
x
Reference in New Issue
Block a user