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 cae5e00 commit 03d889cCopy full SHA for 03d889c
api/cors.js
@@ -32,7 +32,8 @@ export default async function handler(request, response) {
32
33
const options = {
34
hostname: url.hostname,
35
- path: url.pathname + url.search,
+ path: url.pathname,
36
+ search: url.search,
37
method: 'GET',
38
headers: {
39
'Content-Type': 'application/json'
0 commit comments