Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#6778 from hacdias/patch-3
Browse files Browse the repository at this point in the history
feat: web ui 2.7.2

This commit was moved from ipfs/kubo@e62f92e
  • Loading branch information
Stebalien authored Dec 4, 2019
2 parents 224fb08 + 75eafd5 commit 4e323f9
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 4e323f9

Please sign in to comment.