@cryptotaxi247 / kubo / commits / b675bfc59

webui updated to disable logs

to: /ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm https://github.com/ipfs/webui/pull/91 License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>

Juan Batiz-Benet committed Oct 31, 2015 at 01:22 UTC b675bfc5959bb5d58a1721a2ff6db2108ebfd2ba
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/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6"
4 +const WebUIPath = "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm"
5
6 // this is a list of all past webUI paths.
7 var WebUIPaths = []string{
@@ -11,6 +11,7 @@ var WebUIPaths = []string{
11 "/ipfs/QmaaqrHyAQm7gALkRW8DcfGX3u8q9rWKnxEMmf7m9z515w",
12 "/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp",
13 "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
14 + "/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
15 }
16
17 var WebUIOption = RedirectOption("webui", WebUIPath)