From 36acc402aaeaddd5ff9c66b493dd5070242497c6 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 23 Sep 2019 15:44:21 +0100 Subject: [PATCH] feat: web ui 2.5.4 --- 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 e91230c93..3cbfad285 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs" +const WebUIPath = "/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -27,6 +27,7 @@ var WebUIPaths = []string{ "/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz", "/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP", "/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C", + "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs", } var WebUIOption = RedirectOption("webui", WebUIPath)