Skip to content

Commit

Permalink
feat: dashboard v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yrp authored and daniel-tron committed Mar 7, 2022
1 parent 147f2fb commit f76f7e0
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,10 +1,11 @@
package corehttp

const WebUIPath = "/btfs/QmVKKZuhYriR26jAkZGwR7jEPLGARtWZZV3oS2abykwT2U" // v2.1.0
const WebUIPath = "/btfs/QmWDZ94ZMAjts3WSPbFdLUbfLMYbygJR7BNEygVJqxuqfw" // v2.1.1

// this is a list of all past webUI paths.
var WebUIPaths = []string{
WebUIPath,
"/btfs/QmVKKZuhYriR26jAkZGwR7jEPLGARtWZZV3oS2abykwT2U", // v2.1.0
"/btfs/QmPSaMbVPTrcPg8CxW8GRrKYY9YZyxEQek9eKg5is13S9H", // v2.0.2
"/btfs/QmRZYABH4LisEQPQmpzHAAxacDZbsKtnysjzEuZBaug6bG", // v2.0.1
"/btfs/QmRwxtQfzpfaLKYfg3qhxsFfpRm3J3qLXJxDofsLV8ydXq", // v2.0.0
Expand Down

0 comments on commit f76f7e0

Please sign in to comment.