Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#2188 from Dignifiedquire/feat/webui-update
Browse files Browse the repository at this point in the history
feat: Update to the latest version of the webui

This commit was moved from ipfs/kubo@7070b4d
  • Loading branch information
whyrusleeping committed Jan 12, 2016
2 parents 1c8fcd9 + d2d01cf commit 1aedde3
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/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm"
const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr"

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

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 1aedde3

Please sign in to comment.