Skip to content

Commit

Permalink
Trying to fix CORS. Disable completely?
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Sep 22, 2023
1 parent 311fe46 commit 35bc86c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/server/.wundergraph/wundergraph.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ configureWunderGraphApplication({
templates: [...templates.typescript.all]
},
],
cors: {
...cors.allowAll,
},
security: {
enableGraphQLEndpoint: process.env.NODE_ENV !== 'production' || process.env.GITPOD_WORKSPACE_ID !== undefined,
},
Expand Down

0 comments on commit 35bc86c

Please sign in to comment.