Compare commits

...

1 Commits

Author SHA1 Message Date
bb410b3158 consul fix 2023-06-30 01:11:09 +02:00

View File

@@ -61,7 +61,7 @@ func (s *Service) GetID() string {
}
func (s *Service) GetFullAddr() string {
return fmt.Sprintf("https://%s:%d/", s.Address, s.port)
return fmt.Sprintf("https://%s:%d/", s.domain, s.port)
}
func (s *Service) Register() error {