mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
7 lines
167 B
Go
7 lines
167 B
Go
package corehttp
|
|
|
|
// TODO: move to IPNS
|
|
const webuiPath = "/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz"
|
|
|
|
var WebUIOption = RedirectOption("webui", webuiPath)
|