From 49c30f6efe60c67362fa7301612d0a1501f5331d Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Thu, 9 Feb 2017 12:44:30 +0100 Subject: [PATCH] feat(webui): update to new version Closes #3664 License: MIT Signed-off-by: Friedel --- 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 8d4445ef3..1f4ea2975 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy" +const WebUIPath = "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -14,6 +14,7 @@ var WebUIPaths = []string{ "/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6", "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm", "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr", + "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy", } var WebUIOption = RedirectOption("webui", WebUIPath)