kubo/core/corehttp/webui.go

7 lines
167 B
Go

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