Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat: web ui 2.7.2 (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored and Alan Shaw committed Dec 10, 2019
1 parent bbcce34 commit 7a87d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/api/routes/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = [
host = 'gateway.ipfs.io'
}

return h.redirect(`${scheme}://${host}:${port}/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW`)
return h.redirect(`${scheme}://${host}:${port}/ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip`)
}
}
]

0 comments on commit 7a87d8f

Please sign in to comment.