From 39ef553094983bb871cd21fd21737adc8549ac90 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 7 Sep 2019 08:28:03 +0200 Subject: [PATCH] feat: web ui 2.5.1 (#2434) --- 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 f7d3f2a7c7..3d3103df65 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -26,7 +26,7 @@ module.exports = [ method: '*', path: '/webui', handler (request, h) { - return h.redirect('/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz') + return h.redirect('/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP') } } ]