Commit 36109a1f authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

refactor: update nft gql fetcher endpoint (#5126)

update gql fetcher for prod endpoint
parent 8f8fe9dd
......@@ -13,6 +13,7 @@ const baseHeaders = {
}
const nftHeaders = {
'Content-Type': 'application/json',
'from-x-api-key': process.env.REACT_APP_NFT_FROM_AWS_X_API_KEY ?? '',
'x-api-key': process.env.REACT_APP_NFT_AWS_X_API_KEY ?? '',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment