Commit 49c30f6e authored by Friedel Ziegelmayer's avatar Friedel Ziegelmayer

feat(webui): update to new version

Closes #3664

License: MIT
Signed-off-by: default avatarFriedel <dignifiedquire@gmail.com>
parent 597ba69a
package corehttp
// TODO: move to IPNS
const WebUIPath = "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy"
const WebUIPath = "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
......@@ -14,6 +14,7 @@ var WebUIPaths = []string{
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
}
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