Skip to content

Commit

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

This commit was moved from ipfs/kubo@4e0d260
  • Loading branch information
Stebalien committed Aug 13, 2019
2 parents 226bd65 + 7a1e196 commit 1f8d5ee
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/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW"
const WebUIPath = "/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand All @@ -23,6 +23,7 @@ var WebUIPaths = []string{
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 1f8d5ee

Please sign in to comment.