Skip to content

Commit

Permalink
feat: web ui 2.7.1
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/kubo@f4a4bac
  • Loading branch information
hacdias authored Nov 12, 2019
1 parent 6260575 commit 2b8c942
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 2b8c942

Please sign in to comment.