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