Skip to content

Commit

Permalink
chore: make hostui use btfs instead of btns (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wang committed Dec 27, 2021
1 parent ebdae0f commit 1650f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package corehttp

const WebUIPath = "/btns/16Uiu2HAmU9ysnuasmdyq1rRePYTwHntmyhZdfC9wm4qCPQMAh9Qq"
const WebUIPath = "/btfs/QmRwxtQfzpfaLKYfg3qhxsFfpRm3J3qLXJxDofsLV8ydXq"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
Expand Down

0 comments on commit 1650f5d

Please sign in to comment.