fixed file checker
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user