1
0
Fork 0

de-sausage frontend

This commit is contained in:
Andreas Streichardt 2016-05-19 11:45:14 +02:00
parent a0be019e3c
commit b689fd7df2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
$.ajax({
type: "GET",
cache: false,
url: arangoHelper.databaseUrl("/_api/database/current?wurst=1"),
url: arangoHelper.databaseUrl("/_api/database/current"),
contentType: "application/json",
processData: false,
async: true,