@cryptotaxi247 / kubo / commits / 0195c0366

core/corehttp: Updated WebUI hash

Matt Bell committed Feb 4, 2015 at 21:39 UTC 0195c0366478f2debc1f17ecc178833ef307322d
1 file changed +1 -1
core/corehttp/webui.go
+1 -1
@@ -1,6 +1,6 @@
1 package corehttp
2
3 // TODO: move to IPNS
4 -const WebUIPath = "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz"
4 +const WebUIPath = "/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp"
5
6 var WebUIOption = RedirectOption("webui", WebUIPath)