From 75eafd5a6f7bd8cafda5f2d8ea3744448566d16c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 4 Dec 2019 08:15:58 +0000 Subject: [PATCH] feat: web ui 2.7.2 This commit was moved from ipfs/kubo@5ab7a70131cb69f2999e86a24a82dc451c0aa0a0 --- gateway/core/corehttp/webui.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateway/core/corehttp/webui.go b/gateway/core/corehttp/webui.go index 3e98fac16..21d3eeea6 100644 --- a/gateway/core/corehttp/webui.go +++ b/gateway/core/corehttp/webui.go @@ -1,7 +1,7 @@ package corehttp // TODO: move to IPNS -const WebUIPath = "/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW" +const WebUIPath = "/ipfs/Qmexhq2sBHnXQbvyP2GfUdbnY7HCagH2Mw5vUNSBn2nxip" // this is a list of all past webUI paths. var WebUIPaths = []string{ @@ -32,6 +32,7 @@ var WebUIPaths = []string{ "/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk", "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m", "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK", + "/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW", } var WebUIOption = RedirectOption("webui", WebUIPath)