working commit
This commit is contained in:
@@ -16,7 +16,7 @@ func (cli *Client) DeleteCollection(ctx context.Context, rawpath string) ([]byte
|
||||
if err != nil {
|
||||
return list, err
|
||||
}
|
||||
uri := ref.Collection()
|
||||
uri := ref.CollectionEP()
|
||||
req, err := http.NewRequestWithContext(ctx, http.MethodDelete, uri, nil)
|
||||
if err != nil {
|
||||
return list, err
|
||||
|
||||
Reference in New Issue
Block a user