1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

Merge pull request #4449 from hacdias/patch-1

Update WebUI version
This commit is contained in:
Whyrusleeping
2017-12-04 20:03:59 +01:00
committed by GitHub

View File

@ -1,7 +1,7 @@
package corehttp package corehttp
// TODO: move to IPNS // TODO: move to IPNS
const WebUIPath = "/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ" const WebUIPath = "/ipfs/QmQLXHs7K98JNQdWrBB2cQLJahPhmupbDjRuH1b9ibmwVa"
// this is a list of all past webUI paths. // this is a list of all past webUI paths.
var WebUIPaths = []string{ var WebUIPaths = []string{
@ -15,6 +15,7 @@ var WebUIPaths = []string{
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm", "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr", "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy", "/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
} }
var WebUIOption = RedirectOption("webui", WebUIPath) var WebUIOption = RedirectOption("webui", WebUIPath)