diff --git a/src/http/api/routes/webui.js b/src/http/api/routes/webui.js index ea930d50fc..57d59d3776 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/QmNs2xy5LaECKB7sXMBBap8vN9qP6KqAba8udQqN9ZyogV') + return reply().redirect().location('/ipfs/QmPwKAKiPaTXYzqPSctCGnZoNyAjT3gn7AgXcT8TTDofw9') } } ])