Skip to content

Commit

Permalink
feat(webui): update to new version
Browse files Browse the repository at this point in the history
Closes #3664

License: MIT
Signed-off-by: Friedel <dignifiedquire@gmail.com>
  • Loading branch information
dignifiedquire committed Feb 9, 2017
1 parent 597ba69 commit 49c30f6
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/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy"
const WebUIPath = "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ"

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

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 49c30f6

Please sign in to comment.