From f4a4bacceec4a3f150c2c6425f717ebf960f0ff7 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 12 Nov 2019 23:37:40 +0000 Subject: [PATCH] feat: web ui 2.7.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 0a993cfa202..3e98fac16bf 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK" +const WebUIPath = "/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -31,6 +31,7 @@ var WebUIPaths = []string{ "/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE", "/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk", "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m", + "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK", } var WebUIOption = RedirectOption("webui", WebUIPath)