1

Go back to a real redirect

This commit is contained in:
Evan Pratten 2024-01-16 11:26:33 -05:00
parent 4a35586882
commit 9b1ec69810

View File

@ -14,7 +14,7 @@ async function handle_keys_request(context) {
}
// Transparent redirect
return fetch(url);
return Response.redirect(url, 302);
}
// Otherwise, continue the request chain