Skip to content

Commit

Permalink
Merge pull request #870 from rossneilson/fix/gateway-link
Browse files Browse the repository at this point in the history
fix: Fix gateway link
rossneilson authored May 13, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 3b88b94 + 29b910b commit af0fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/IPFSService.ts
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export default class IPFSService {
async getContentFromIPFS(hash: string) {
const response = await Promise.any([
axios.request({
url: 'https://dxgov.mypinata.cloud/' + hash,
url: 'https://dxgov.mypinata.cloud/ipfs/' + hash,
method: 'GET',
}),
axios.request({

0 comments on commit af0fd3c

Please sign in to comment.