Skip to content

Commit 23e7e5b

Browse files
authored
Merge pull request ipfs/kubo#7387 from ipfs/feat/webui-v2.9.0
feat: webui v2.9.0 This commit was moved from ipfs/kubo@a30279e
2 parents 37169d1 + 7875812 commit 23e7e5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gateway/core/corehttp/webui.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package corehttp
22

33
// TODO: move to IPNS
4-
const WebUIPath = "/ipfs/bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i"
4+
const WebUIPath = "/ipfs/bafybeigkbbjnltbd4ewfj7elajsbnjwinyk6tiilczkqsibf3o7dcr6nn4" // v2.9.0
55

66
// this is a list of all past webUI paths.
77
var WebUIPaths = []string{
88
WebUIPath,
9+
"/ipfs/bafybeicp23nbcxtt2k2twyfivcbrc6kr3l5lnaiv3ozvwbemtrb7v52r6i",
910
"/ipfs/bafybeidatpz2hli6fgu3zul5woi27ujesdf5o5a7bu622qj6ugharciwjq",
1011
"/ipfs/QmfQkD8pBSBCBxWEwFSu4XaDVSWK6bjnNuaWZjMyQbyDub",
1112
"/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ",

0 commit comments

Comments
 (0)