kubo/core/corehttp/webui.go
Juan Batiz-Benet 01feeac1bb new webui hash
2015-02-16 04:34:36 -08:00

14 lines
366 B
Go

package corehttp
// TODO: move to IPNS
const WebUIPath = "/ipfs/QmaaqrHyAQm7gALkRW8DcfGX3u8q9rWKnxEMmf7m9z515w"
// this is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp",
"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
}
var WebUIOption = RedirectOption("webui", WebUIPath)