mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 15:27:57 +08:00
feat: web ui 2.7.1
This commit is contained in:
parent
ec748a7b5b
commit
f4a4baccee
@ -1,7 +1,7 @@
|
||||
package corehttp
|
||||
|
||||
// TODO: move to IPNS
|
||||
const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"
|
||||
const WebUIPath = "/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW"
|
||||
|
||||
// this is a list of all past webUI paths.
|
||||
var WebUIPaths = []string{
|
||||
@ -31,6 +31,7 @@ var WebUIPaths = []string{
|
||||
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
|
||||
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
|
||||
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
|
||||
"/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK",
|
||||
}
|
||||
|
||||
var WebUIOption = RedirectOption("webui", WebUIPath)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user