debug fix
This commit is contained in:
parent
d7dc75c18f
commit
974f82e9be
@ -74,7 +74,7 @@ func (s *Service) GetFullAddr() string {
|
||||
if s.tls {
|
||||
proto = "https"
|
||||
}
|
||||
return fmt.Sprintf("%s://%s:%d/", proto, s.Address, s.port)
|
||||
return fmt.Sprintf("%s://%s:%d/", proto, s.domain, s.port)
|
||||
}
|
||||
|
||||
func (s *Service) Register() error {
|
||||
|
Loading…
Reference in New Issue
Block a user