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 010b448 commit 0a448d3Copy full SHA for 0a448d3
1 file changed
packages/server/index.ts
@@ -61,7 +61,7 @@ const publicCors = cors({
61
});
62
63
const privateCors = cors({
64
- origin: whitelist,
+ origin: ["https://developers-italia.vercel.app", ...whitelist],
65
credentials: true,
66
allowMethods,
67
allowHeaders,
0 commit comments