From b0f496e79f1e6ce28181e0a4a4a08099d5482c63 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 13 Aug 2019 15:20:13 +0100 Subject: [PATCH] feat: web ui 2.5.0 --- 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 665e5c240..39b3fad2c 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW" +const WebUIPath = "/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -23,6 +23,7 @@ var WebUIPaths = []string{ "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr", "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy", "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ", + "/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW", } var WebUIOption = RedirectOption("webui", WebUIPath)