This commit is contained in:
Asim Aslam 2020-04-14 22:14:55 +01:00
parent c787fd0483
commit 9a5b8ff50d

View File

@ -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 {