kubo/core/corehttp/webui.go
2015-02-04 23:51:06 -08:00

7 lines
167 B
Go

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