diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js index edbc29ad37..ff80cce14d 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -30,7 +30,7 @@ module.exports = [ host = 'gateway.ipfs.io' } - return h.redirect(`${scheme}://${host}:${port}/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK`) + return h.redirect(`${scheme}://${host}:${port}/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW`) } } ]