mirror of https://gitee.com/bigwinds/arangodb
Fixed wrong url.
This commit is contained in:
parent
31e75df80f
commit
f57bb19d92
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue