From c0ec80215e74f0f3b2d2ff02500cd8b134201f94 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 14 Mar 2016 20:18:39 +0100 Subject: [PATCH] feat: Update the webui to work with the latest changes in 0.4 License: MIT Signed-off-by: dignifiedquire --- core/corehttp/webui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index db08731a9..8d4445ef3 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr" +const WebUIPath = "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -13,6 +13,7 @@ var WebUIPaths = []string{ "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz", "/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6", "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm", + "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr", } var WebUIOption = RedirectOption("webui", WebUIPath)