From de87c3aa45a224963398b28c2e72938ae3952416 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 6 Sep 2019 09:04:21 +0100 Subject: [PATCH] feat: web ui 2.5.1 --- 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 39b3fad2cb2..89d9c156c5f 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz" +const WebUIPath = "/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -24,6 +24,7 @@ var WebUIPaths = []string{ "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy", "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ", "/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW", + "/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz", } var WebUIOption = RedirectOption("webui", WebUIPath)