Skip to content

Commit 24d88da

Browse files
committed
Merge pull request ipfs#2463 from dignifiedquire/webui-04
feat: Update the webui to work with the latest changes in 0.4
2 parents 573b191 + c0ec802 commit 24d88da

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

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
@@ -13,6 +13,7 @@ var WebUIPaths = []string{
1313
"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
1414
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
1515
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
16+
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
1617
}
1718

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

0 commit comments

Comments
 (0)