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 ebf8e98 commit e758de3Copy full SHA for e758de3
1 file changed
src/index.ts
@@ -91,7 +91,7 @@ export const yoga = createYoga<Env>({
91
};
92
},
93
cors: {
94
- origin: APP_ENV === "production" ? [] : ["*"],
+ origin: ["*"],
95
credentials: true,
96
methods: ["POST"],
97
0 commit comments