Skip to content

Commit

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

This commit was moved from ipfs/kubo@3a793a4
  • Loading branch information
Stebalien authored Oct 30, 2019
2 parents a87928e + 2338749 commit 6260575
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/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand Down Expand Up @@ -30,6 +30,7 @@ var WebUIPaths = []string{
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 6260575

Please sign in to comment.