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 a0ec790 commit fa68fd2Copy full SHA for fa68fd2
api/cors.js
@@ -28,7 +28,7 @@ export default async function handler(request, response) {
28
29
return new Promise(resolve => {
30
31
- url = new URL(url);
+ //url = new URL(url);
32
33
let options = new URL(url);
34
0 commit comments