pub has a new home

This commit is contained in:
Aaron Bieber 2021-04-03 07:59:52 -06:00
parent 9fcf62b50e
commit bc124dbb85

View File

@ -40,7 +40,7 @@ func (h *Homestead) SetStore(s PluginStore) {
}
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)
if err != nil {
return nil, err