Commit 9c004070 authored by vicotor's avatar vicotor

update

parent 25f9171b
......@@ -29,7 +29,7 @@ func (n *Node) allNodeManager() map[string]registry.RegistryInfo {
if err := json.Unmarshal([]byte(info.Detail), &nminfo); err != nil {
continue
} else {
res[nminfo.EndPoint] = info
res[nminfo.Endpoint] = info
}
}
return res
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment