We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf150c1 + 29d6d7e commit 3a793a4Copy full SHA for 3a793a4
core/corehttp/webui.go
@@ -1,7 +1,7 @@
1
package corehttp
2
3
// TODO: move to IPNS
4
-const WebUIPath = "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
+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)
0 commit comments