Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#6638 from hacdias/patch-2
Browse files Browse the repository at this point in the history
feat: webui 2.5.3

This commit was moved from ipfs/kubo@8c033f1
  • Loading branch information
Stebalien authored Sep 12, 2019
2 parents e934458 + 2928ae9 commit 268d700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"
const WebUIPath = "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand All @@ -25,6 +25,8 @@ var WebUIPaths = []string{
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW",
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz",
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 268d700

Please sign in to comment.