1
0
Fork 0

Fixed wrong url.

This commit is contained in:
lamai93 2019-11-20 16:27:19 +01:00
parent 31e75df80f
commit f57bb19d92
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@
$.ajax({
type: 'GET',
cache: false,
url: arangoHelper.databaseUrl('/_api/database/properties'), //get default properties of current db
url: arangoHelper.databaseUrl('/_api/database/current'), //get default properties of current db
contentType: 'application/json',
processData: false,
success: function (data) {