Skip to content

Commit

Permalink
Merge pull request #6566 from hacdias/patch-1
Browse files Browse the repository at this point in the history
feat: web ui 2.5.0
  • Loading branch information
Stebalien authored Aug 13, 2019
2 parents 7066042 + b0f496e commit 4e0d260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 4e0d260

Please sign in to comment.