Skip to content

Commit

Permalink
Merge pull request #6707 from hacdias/patch-3
Browse files Browse the repository at this point in the history
feat: web ui 2.5.7
  • Loading branch information
Stebalien authored Oct 8, 2019
2 parents 51226cc + bb59c24 commit 23ac8a2
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/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE"
const WebUIPath = "/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand All @@ -28,6 +28,7 @@ var WebUIPaths = []string{
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 23ac8a2

Please sign in to comment.