kubo/core/corehttp/webui.go
2015-01-28 16:01:41 -08:00

7 lines
167 B
Go

package corehttp
// TODO: move to IPNS
const webuiPath = "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz"
var WebUIOption = RedirectOption("webui", webuiPath)