@cryptotaxi247 / kubo / commits / def2147c4

update the webui

Because the current one is *so* broken it's not worth waiting for an actual release. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Oct 18, 2018 at 19:05 UTC def2147c48d78074105fff141b37f4da890499c2
1 file changed +2 -1
core/corehttp/webui.go
+2 -1
@@ -1,11 +1,12 @@
1 package corehttp
2
3 // TODO: move to IPNS
4 -const WebUIPath = "/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa"
4 +const WebUIPath = "/ipfs/QmRuvWJz1Fc8B9cTsAYANHTXqGmKR9DVfY5nvMD1uA2WQ8"
5
6 // this is a list of all past webUI paths.
7 var WebUIPaths = []string{
8 WebUIPath,
9 + "/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa",
10 "/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R",
11 "/ipfs/QmXdu7HWdV6CUaUabd9q2ZeA4iHZLVyDRj3Gi4dsJsWjbr",
12 "/ipfs/QmaaqrHyAQm7gALkRW8DcfGX3u8q9rWKnxEMmf7m9z515w",