Skip to content

Commit

Permalink
Update webui.go
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/kubo@f3f3899
  • Loading branch information
hacdias authored Oct 21, 2019
1 parent 500266b commit 38de0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"
const WebUIPath = "/ipfs/QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m"

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

0 comments on commit 38de0a1

Please sign in to comment.