Skip to content

Commit

Permalink
Merge pull request #403 from decentraland/fix/allow-all-headers-cors
Browse files Browse the repository at this point in the history
fix: Allow all CORS headers
  • Loading branch information
LautaroPetaccio committed Nov 24, 2023
2 parents a25fd68 + f9b86d5 commit 538ee69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ app.use(env("NEW_ROLLOUT") !== undefined ? "/places" : "/", [
withCors({
cors: "*",
corsOrigin: "*",
allowedHeaders: "*",
}),
gatsby(
resolve(
Expand Down

0 comments on commit 538ee69

Please sign in to comment.