Merge pull request #6664 from hacdias/patch-2

feat: web ui 2.5.4
This commit is contained in:
Steven Allen 2019-09-23 09:22:25 -07:00 committed by GitHub
commit c102ed089a
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/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs"
const WebUIPath = "/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
@ -27,6 +27,7 @@ var WebUIPaths = []string{
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz",
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
"/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs",
}
var WebUIOption = RedirectOption("webui", WebUIPath)