Skip to content

Commit

Permalink
Merge pull request #51 from dojoengine/hot-fix
Browse files Browse the repository at this point in the history
wildcard
  • Loading branch information
ponderingdemocritus authored Oct 1, 2024
2 parents cee30f4 + 0828f24 commit db452d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ export default buildConfig({
rateLimit: {
trustProxy: true,
},
cors: ["http://localhost:3001"],
cors: ["*"],
});

0 comments on commit db452d3

Please sign in to comment.