Skip to content
Snippets Groups Projects
Commit 168dbd9d authored by vito.he's avatar vito.he
Browse files

Fix:bug in reference_config

parent 8d7c1c12
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ func (refconfig *ReferenceConfig) Refer() {
refconfig.urls = append(refconfig.urls, &serviceUrl)
} else {
if serviceUrl.Path == "" {
serviceUrl.Path = "/" + refconfig.InterfaceName
serviceUrl.Path = "/" + refconfig.id
}
// merge url need to do
newUrl := common.MergeUrl(serviceUrl, url)
......
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