From 7bcc49615e54f09c34bae07c994e3be3d870fe1f Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Thu, 20 Dec 2018 11:43:51 +0000 Subject: [PATCH] feat: update Web UI to v2.3.0 (#1786) --- 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 57d59d3776..85d7148e2e 100644 --- a/src/http/api/routes/webui.js +++ b/src/http/api/routes/webui.js @@ -20,7 +20,7 @@ module.exports = (server) => { method: '*', path: '/webui', handler: (request, reply) => { - return reply().redirect().location('/ipfs/QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9') + return reply().redirect().location('/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e') } } ])