From 89e8524a7d176f417464e707442d2f72419ca852 Mon Sep 17 00:00:00 2001 From: Diogo Silva Date: Wed, 16 Jan 2019 13:02:46 +0000 Subject: [PATCH] chore: update to Web UI v2.3.3 --- 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 c00988783f..bec3007c03 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/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA') + return reply().redirect().location('/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ') } } ])