From ab61ef2024b7d3a8f6def6676e9fd1ef4135c0b2 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 12 Jan 2016 16:41:16 +0100 Subject: [PATCH] feat: Update to the latest version of the webui License: MIT Signed-off-by: Friedel Ziegelmayer --- 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 5705fe0d3..db08731a9 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm" +const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -12,6 +12,7 @@ var WebUIPaths = []string{ "/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp", "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz", "/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6", + "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm", } var WebUIOption = RedirectOption("webui", WebUIPath)