Skip to content

Commit

Permalink
webui updated to disable logs
Browse files Browse the repository at this point in the history
to: /ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm

ipfs/ipfs-webui#91

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>


This commit was moved from ipfs/kubo@b675bfc
  • Loading branch information
jbenet committed Oct 31, 2015
1 parent 69e0d64 commit 3e503ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway/core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package corehttp

// TODO: move to IPNS
const WebUIPath = "/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6"
const WebUIPath = "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand All @@ -11,6 +11,7 @@ var WebUIPaths = []string{
"/ipfs/QmaaqrHyAQm7gALkRW8DcfGX3u8q9rWKnxEMmf7m9z515w",
"/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp",
"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 3e503ba

Please sign in to comment.