getDomain should return the default domain
This commit is contained in:
parent
9c7ae6bb53
commit
04a2e966fa
@ -111,7 +111,7 @@ func getDomain(srv *registry.Service) string {
|
||||
|
||||
// otherwise return wildcard
|
||||
// TODO: return GlobalDomain or PublicDomain
|
||||
return registry.WildcardDomain
|
||||
return registry.DefaultDomain
|
||||
}
|
||||
|
||||
// manageRoute applies action on a given route
|
||||
|
Loading…
Reference in New Issue
Block a user