Skip to content

Commit

Permalink
feat: web ui 2.5.1
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/kubo@de87c3a
  • Loading branch information
hacdias authored Sep 6, 2019
1 parent 1f8d5ee commit e934458
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/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz"
const WebUIPath = "/ipfs/QmVTiRTQ72qiH4usAGT4c6qVxCMv4hFMUH9fvU6mktaXdP"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand All @@ -24,6 +24,7 @@ var WebUIPaths = []string{
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
"/ipfs/QmQNHd1suZTktPRhP7DD4nKWG46ZRSxkwHocycHVrK3dYW",
"/ipfs/QmNyMYhwJUS1cVvaWoVBhrW8KPj1qmie7rZcWo8f1Bvkhz",
}

var WebUIOption = RedirectOption("webui", WebUIPath)

0 comments on commit e934458

Please sign in to comment.