From 441187a11818d72827c10fa121c39b407d5c03ff Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 31 May 2019 16:51:17 +0100 Subject: [PATCH] feat: update Web UI to v2.4.6 --- 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 e97c469bd0..10e7533956 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/QmUa2QBGU5sGcVpAHfw5BrgaMQeHHfiSM6xJtibZMnuHDa') + return h.redirect('/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW') } } ]