11 lines
415 B
Diff
11 lines
415 B
Diff
--- a/core/corehttp/webui.go 2020-05-09 04:58:18.000000000 +0200
|
|
+++ b/core/corehttp/webui.go 2020-07-15 00:22:00.439862559 +0200
|
|
@@ -1,7 +1,7 @@
|
|
package corehttp
|
|
|
|
// TODO: move to IPNS
|
|
-const WebUIPath = "/ipfs/bafybeibozpulxtpv5nhfa2ue3dcjx23ndh3gwr5vwllk7ptoyfwnfjjr4q" // v2.15.1
|
|
+const WebUIPath = "/ipns/webui.ipfs.privatevoid.net"
|
|
|
|
// this is a list of all past webUI paths.
|
|
var WebUIPaths = []string{
|