1
0
Fork 0

route fixed

This commit is contained in:
gschwab 2014-02-27 16:35:27 +01:00
parent 461e07a66b
commit 9db0f3105a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
cache: false,
type: "GET",
async: false, // sequential calls!
url: "/cluster/healthcheck",
url: "cluster/healthcheck",
success: function(data) {
result = data;
},