mirror of https://gitee.com/bigwinds/arangodb
issue #2064
This commit is contained in:
parent
2a5cdf7311
commit
243476e454
|
@ -1659,7 +1659,7 @@
|
||||||
// when finished send a delete req to api (free db space)
|
// when finished send a delete req to api (free db space)
|
||||||
if (data.id) {
|
if (data.id) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '/_api/cursor/' + encodeURIComponent(data.id),
|
url: arangoHelper.databaseUrl('/_api/cursor/' + encodeURIComponent(data.id)),
|
||||||
type: 'DELETE'
|
type: 'DELETE'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue