webui.go 309 Bytes
Newer Older
Brian Tiger Chow's avatar
Brian Tiger Chow committed
1 2
package corehttp

3
// TODO: move to IPNS
Matt Bell's avatar
Matt Bell committed
4
const WebUIPath = "/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp"
Brian Tiger Chow's avatar
Brian Tiger Chow committed
5

6 7 8 9 10 11
// this is a list of all past webUI paths.
var WebUIPaths = []string{
	WebUIPath,
	"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
}

12
var WebUIOption = RedirectOption("webui", WebUIPath)