register fix 2

This commit is contained in:
Piotr Biernat 2023-07-08 13:02:13 +02:00
parent 3fc1191f6e
commit 98d85810f3

View File

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