We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37169d1 + 7875812 commit 23e7e5bCopy full SHA for 23e7e5b
gateway/core/corehttp/webui.go
@@ -1,11 +1,12 @@
1
package corehttp
2
3
// TODO: move to IPNS
4
-const WebUIPath = "/ipfs/bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i"
+const WebUIPath = "/ipfs/bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4" // v2.9.0
5
6
// this is a list of all past webUI paths.
7
var WebUIPaths = []string{
8
WebUIPath,
9
+ "/ipfs/bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i",
10
"/ipfs/bafybeidatpz2hli6fgu3zul5woi27ujesdf5o5a7bu622qj6ugharciwjq",
11
"/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub",
12
"/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ",
0 commit comments