Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#6762 from hacdias/patch-3
Browse files Browse the repository at this point in the history
feat: web ui 2.7.1

This commit was moved from ipfs/kubo@410e7e8
  • Loading branch information
Stebalien committed Nov 13, 2019
2 parents 6260575 + 2b8c942 commit 52cdcc7
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/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK"
const WebUIPath = "/ipfs/QmPkojhjJkJ5LEGBDrAvdftrjAYmi9GU5Cq27mWvZTDieW"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand Down Expand Up @@ -31,6 +31,7 @@ var WebUIPaths = []string{
"/ipfs/QmPURAjo3oneGH53ovt68UZEBvsc8nNmEhQZEpsVEQUMZE",
"/ipfs/QmeSXt32frzhvewLKwA1dePTSjkTfGVwTh55ZcsJxrCSnk",
"/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m",
"/ipfs/QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit 52cdcc7

Please sign in to comment.