Use go.micro.mu
This commit is contained in:
parent
dde8f18b52
commit
53db26a614
@ -30,7 +30,7 @@ type Response struct {
|
|||||||
// Resolve assumes ID is a domain which can be converted to a http://name/network request
|
// Resolve assumes ID is a domain which can be converted to a http://name/network request
|
||||||
func (r *Resolver) Resolve(name string) ([]*resolver.Record, error) {
|
func (r *Resolver) Resolve(name string) ([]*resolver.Record, error) {
|
||||||
proto := "https"
|
proto := "https"
|
||||||
host := "api.micro.mu"
|
host := "go.micro.mu"
|
||||||
path := "/network/nodes"
|
path := "/network/nodes"
|
||||||
|
|
||||||
if len(r.Proto) > 0 {
|
if len(r.Proto) > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user