Skip to content

Commit

Permalink
feat: add dcl-preview.vercel.app to cors (#492)
Browse files Browse the repository at this point in the history
* feat: add dcl-preview.vercel.app to cors

* fix:test
  • Loading branch information
braianj authored Jul 23, 2024
1 parent 792f45d commit 2c401e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/__data__/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const sqsMessageRoad: DeploymentToSqs = {

export const sqsMessageProfile: DeploymentToSqs = {
entity: {
entityId: "bafkreifda4yoyikpngjyxnkq6qa2ovon23n6mor2cb4cpgb2ax3v2jv6ky",
entityId: "bafkreigdypg5e33uopitp6ueubhtkvmuk6npwtc4hmmcchk2e2wgstzlgi",
authChain: [
{
signature: "",
Expand Down
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ app.use("/api", [
corsOrigin: [
/^http:\/\/localhost:[0-9]{1,10}$/,
/^https:\/\/(.{1,50}\.)?decentraland\.(zone|today|org)$/,
/https:\/\/dcl-preview\.vercel\.app/,
],
allowedHeaders: "*",
}),
Expand Down

0 comments on commit 2c401e1

Please sign in to comment.