change network resolver http to localhost:8080
This commit is contained in:
parent
fbdf1f2c1c
commit
5f4491bb86
@ -29,8 +29,8 @@ 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 := "http"
|
||||||
host := "go.micro.mu"
|
host := "localhost:8080"
|
||||||
path := "/network/nodes"
|
path := "/network/nodes"
|
||||||
|
|
||||||
if len(r.Proto) > 0 {
|
if len(r.Proto) > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user