We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b286251 commit a0ec790Copy full SHA for a0ec790
api/cors.js
@@ -30,7 +30,7 @@ export default async function handler(request, response) {
30
31
url = new URL(url);
32
33
- const options = new URL(url);
+ let options = new URL(url);
34
35
options.headers = {
36
'Content-Type': 'application/json'
0 commit comments