@cryptotaxi247 / kubo / commits / 29d6d7e3c

feat: web ui 2.6.0

See https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.6.0.

Henrique Dias committed Oct 30, 2019 at 17:50 UTC 29d6d7e3cd85e4f51b11fb87bbb6a221c4b37ae4
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/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
4 +const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"
5
6 // this is a list of all past webUI paths.
7 var WebUIPaths = []string{
@@ -30,6 +30,7 @@ var WebUIPaths = []string{
30 "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
31 "/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
32 "/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
33 + "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
34 }
35
36 var WebUIOption = RedirectOption("webui", WebUIPath)