Skip to content

Commit

Permalink
feat: web ui 2.7.2
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/kubo@5ab7a70
  • Loading branch information
hacdias authored Dec 4, 2019
1 parent 224fb08 commit 75eafd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway/core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -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{
Expand Down Expand Up @@ -32,6 +32,7 @@ var WebUIPaths = []string{
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
"/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK",
"/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 75eafd5

Please sign in to comment.