Unverified Commit 8c033f12 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #6638 from hacdias/patch-2

feat: webui 2.5.3
parents 7e7b7625 7c6ba8f7
package corehttp
// TODO: move to IPNS
const WebUIPath = "/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"
const WebUIPath = "/ipfs/QmUtMmxgHnDvQq4bpH6Y9MaLN1hpfjJz5LZcq941BEqEXs"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
......@@ -25,6 +25,8 @@ var WebUIPaths = []string{
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW",
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz",
"/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP",
"/ipfs/QmYcP4sp1nraBiCYi6i9kqdaKobrK32yyMpTrM5JDA8a2C",
}
var WebUIOption = RedirectOption("webui", WebUIPath)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment