Skip to content

Commit

Permalink
Merge pull request #6630 from hacdias/patch-1
Browse files Browse the repository at this point in the history
feat: web ui 2.5.1
  • Loading branch information
Stebalien committed Sep 6, 2019
2 parents dae0f54 + de87c3a commit 3cbd163
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/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz"
const WebUIPath = "/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"

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

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 3cbd163

Please sign in to comment.