Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#6025 from ipfs/revert-6018-chore/update-…
Browse files Browse the repository at this point in the history
…to-webui-v2.4.0

Revert "chore: update to Web UI 2.4.0"

This commit was moved from ipfs/kubo@0cee91f
  • Loading branch information
Stebalien authored Feb 26, 2019
2 parents 3319051 + abded16 commit ab020ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gateway/core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package corehttp

// TODO: move to IPNS
const WebUIPath = "/ipfs/Qmb6o8HKrouK2WXVFS8753BArqnx5xz68tk6779ncPxpd8"
const WebUIPath = "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ",
"/ipfs/QmenEBWcAk3tN94fSKpKFtUMwty1qNwSYw3DMDFV6cPBXA",
"/ipfs/QmUnXcWZC5Ve21gUseouJsH5mLAyz5JPp8aHsg8qVUUK8e",
"/ipfs/QmSDgpiHco5yXdyVTfhKxr3aiJ82ynz8V14QcGKicM3rVh",
Expand Down

0 comments on commit ab020ea

Please sign in to comment.