1
0
Fork 0
This commit is contained in:
Jan Steemann 2016-09-21 08:56:51 +02:00
parent 2a5cdf7311
commit 243476e454
1 changed files with 1 additions and 1 deletions

View File

@ -1659,7 +1659,7 @@
// when finished send a delete req to api (free db space)
if (data.id) {
$.ajax({
url: '/_api/cursor/' + encodeURIComponent(data.id),
url: arangoHelper.databaseUrl('/_api/cursor/' + encodeURIComponent(data.id)),
type: 'DELETE'
});
}