Skip to content

Commit

Permalink
Merge pull request #6762 from hacdias/patch-3
Browse files Browse the repository at this point in the history
feat: web ui 2.7.1
  • Loading branch information
Stebalien committed Nov 13, 2019
2 parents ec748a7 + f4a4bac commit 410e7e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 410e7e8

Please sign in to comment.