pub has a new home
This commit is contained in:
parent
9fcf62b50e
commit
bc124dbb85
@ -40,7 +40,7 @@ func (h *Homestead) SetStore(s PluginStore) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (h *Homestead) get(loc string) (*HomesteadResp, error) {
|
func (h *Homestead) get(loc string) (*HomesteadResp, error) {
|
||||||
u := "https://graph.tapenet.org/pub"
|
u := "https://graph.tapenet.org/_pub"
|
||||||
resp, err := http.Get(u)
|
resp, err := http.Get(u)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user