mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 19:07:48 +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)
|