mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
7 lines
167 B
Go
7 lines
167 B
Go
package corehttp
|
|
|
|
// TODO: move to IPNS
|
|
const WebUIPath = "/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp"
|
|
|
|
var WebUIOption = RedirectOption("webui", WebUIPath)
|