From 65aa8f27d08bae9ff65f0ab6370da1d0f5439506 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 22 Oct 2018 22:10:07 +0100 Subject: [PATCH] chore: update webui CID License: MIT Signed-off-by: Alan Shaw --- 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 5cce0f5d99..ed4a28918d 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/QmcXvo6op67G5uC9p1wWoeRY92cPxb5bDxWF8DzYhoYhHY') + return reply().redirect().location('/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh') } } ])