Skip to content

Commit 8c033f1

Browse files
authored
Merge pull request #6638 from hacdias/patch-2
feat: webui 2.5.3
2 parents 7e7b762 + 7c6ba8f commit 8c033f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/corehttp/webui.go

Lines changed: 3 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/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"
4+
const WebUIPath = "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs"
55

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
@@ -25,6 +25,8 @@ var WebUIPaths = []string{
2525
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
2626
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW",
2727
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz",
28+
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
29+
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
2830
}
2931

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

0 commit comments

Comments
 (0)