Skip to content

Commit f330d5d

Browse files
Merge pull request #3669 from ipfs/feat/unbreak-webui
feat(webui): update to new version
2 parents 80d49b8 + 49c30f6 commit f330d5d

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

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
@@ -14,6 +14,7 @@ var WebUIPaths = []string{
1414
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
1515
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
1616
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
17+
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
1718
}
1819

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

0 commit comments

Comments
 (0)