From d7f04ff77533972bab16008381ec2a1a9e354fb2 Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Mon, 13 May 2019 16:41:38 +0100 Subject: [PATCH] chore: update to Web UI 2.4.5 --- 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 fb67397e90..e97c469bd0 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -17,7 +17,7 @@ module.exports = [ method: '*', path: '/webui', handler (request, h) { - return h.redirect('/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub') + return h.redirect('/ipfs/QmUa2QBGU5sGcVpAHfw5BrgaMQeHHfiSM6xJtibZMnuHDa') } } ]