Skip to content

Commit 6104cfd

Browse files
Merge pull request #4449 from hacdias/patch-1
Update WebUI version
2 parents c7eddab + 4df6385 commit 6104cfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/corehttp/webui.go

+2-1
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/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ"
4+
const WebUIPath = "/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa"
55

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
@@ -15,6 +15,7 @@ var WebUIPaths = []string{
1515
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
1616
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
1717
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
18+
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
1819
}
1920

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

0 commit comments

Comments
 (0)