use api
This commit is contained in:
parent
c787fd0483
commit
9a5b8ff50d
@ -30,7 +30,7 @@ type Response struct {
|
||||
// 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) {
|
||||
proto := "https"
|
||||
host := "micro.mu"
|
||||
host := "api.micro.mu"
|
||||
path := "/network"
|
||||
|
||||
if len(r.Proto) > 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user