feat: web ui 2.6.0

See https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.6.0.
This commit is contained in:
Henrique Dias 2019-10-30 17:50:29 +00:00 committed by GitHub
parent cf150c1bf0
commit 29d6d7e3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package corehttp
// TODO: move to IPNS
const WebUIPath = "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
const WebUIPath = "/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
@ -30,6 +30,7 @@ var WebUIPaths = []string{
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
}
var WebUIOption = RedirectOption("webui", WebUIPath)