1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

Merge pull request #2463 from dignifiedquire/webui-04

feat: Update the webui to work with the latest changes in 0.4
This commit is contained in:
Jeromy Johnson
2016-03-15 14:16:51 -07:00

View File

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