Skip to content

Commit

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

This commit was moved from ipfs/kubo@67092c1
  • Loading branch information
Stebalien authored Oct 21, 2019
2 parents 58b1f6a + 38de0a1 commit c21c46f
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/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk"
const WebUIPath = "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"

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

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit c21c46f

Please sign in to comment.