From a1a9fe36b5d8fa0682a15033b9550c0632715082 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 27 Jun 2019 16:50:27 +0100 Subject: [PATCH] feat: update Web UI to v2.4.6 (#2147) --- 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') } } ]