feat: web ui 2.5.7

Relevant release notes can be found on [v2.5.5](https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.5.5).
This commit is contained in:
Henrique Dias 2019-10-08 08:33:58 +01:00 committed by GitHub
parent 672819ac36
commit bb59c24947
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/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE"
const WebUIPath = "/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
@ -28,6 +28,7 @@ var WebUIPaths = []string{
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
}
var WebUIOption = RedirectOption("webui", WebUIPath)