Skip to content

Commit

Permalink
fix(infra): base url for metadata call (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz authored Oct 30, 2024
1 parent db51bf8 commit 26a1c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ const apiEnvironment = [
},
{
name: "PASSPORT_PUBLIC_URL",
value: "https://passport.gitcoin.co/",
value: "https://app.passport.xyz/",
},
{
name: "RESCORE_QUEUE_URL",
Expand Down

0 comments on commit 26a1c32

Please sign in to comment.