Skip to content

Commit

Permalink
Merge 29b910b into 3b88b94
Browse files Browse the repository at this point in the history
  • Loading branch information
rossneilson authored May 12, 2022
2 parents 3b88b94 + 29b910b commit 870ff80
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
Expand Up @@ -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({
Expand Down

0 comments on commit 870ff80

Please sign in to comment.