From d1b73b3e339cf49aa30fed5be6af4549184cbcbc Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 30 Oct 2019 17:50:25 +0000 Subject: [PATCH] feat: web ui 2.6.0 See https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.6.0. --- src/http/api/routes/webui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js index 9a7622da54..edbc29ad37 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/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m`) + return h.redirect(`${scheme}://${host}:${port}/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK`) } } ]