Skip to content

Commit 3a793a4

Browse files
authored
Merge pull request #6740 from hacdias/patch-3
feat: web ui 2.6.0
2 parents cf150c1 + 29d6d7e commit 3a793a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/corehttp/webui.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package corehttp
22

33
// TODO: move to IPNS
4-
const WebUIPath = "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
4+
const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"
55

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
@@ -30,6 +30,7 @@ var WebUIPaths = []string{
3030
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
3131
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
3232
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
33+
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
3334
}
3435

3536
var WebUIOption = RedirectOption("webui", WebUIPath)

0 commit comments

Comments
 (0)