fixed file checker

This commit is contained in:
2026-03-30 14:06:58 +02:00
parent e444a9b7ff
commit 856ea529a7
5 changed files with 78 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func (cli *Client) CheckFiles(ctx context.Context, rawpath string) ([]byte, erro
if err != nil {
return list, err
}
uri := ref.FilesEP()
uri := ref.CheckEP()
req, err := http.NewRequestWithContext(ctx, http.MethodGet, uri, nil)
if err != nil {