generated from VLADIMIR/template
fix
This commit is contained in:
@@ -12,5 +12,5 @@ func NewLinkService() ILinkService {
|
||||
}
|
||||
|
||||
func (s *service) GetTeamClientLink(host string, name string, password string) string {
|
||||
return fmt.Sprintf("http://%s?name=%s&password=%s", host, url.PathEscape(name), password)
|
||||
return fmt.Sprintf("%s?name=%s&password=%s", host, url.PathEscape(name), password)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user