feat: Update to the latest version of the webui
License: MIT Signed-off-by: Friedel Ziegelmayer <dignfiedquire@gmail.com>
dignifiedquire committed
Jan 12, 2016 at 16:41 UTC
ab61ef2024b7d3a8f6def6676e9fd1ef4135c0b2
1 file changed
+2
-1
core/corehttp/webui.go
+2
-1
@@ -1,7 +1,7 @@
1
package corehttp
2
3
// TODO: move to IPNS
4
-const WebUIPath = "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm"
4
+const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr"
5
6
// this is a list of all past webUI paths.
7
var WebUIPaths = []string{
@@ -12,6 +12,7 @@ var WebUIPaths = []string{
12
"/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp",
13
"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
14
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
15
+ "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
16
}
17
18
var WebUIOption = RedirectOption("webui", WebUIPath)