From 18e65594089048e10a937d252a3d04623b860a5a Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Tue, 18 Dec 2018 17:53:59 +0000 Subject: [PATCH] feat: update Web UI to v2.3.0 --- 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') } } ])