working commit

This commit is contained in:
2026-05-30 12:04:50 +02:00
parent c5ed2b2245
commit c964adce89
9 changed files with 37 additions and 28 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ func (ref *Referer) DryRun(yesno bool) {
}
func (ref *Referer) HelloEP() string {
curl := ref.urlobj.JoinPath("/v3/api/service/hello", ref.resource)
curl := ref.urlobj.JoinPath("/v3/api/service/hello")
return curl.String()
}