mirror of https://gitee.com/bigwinds/arangodb
route fixed
This commit is contained in:
parent
461e07a66b
commit
9db0f3105a
|
@ -45,7 +45,7 @@
|
|||
cache: false,
|
||||
type: "GET",
|
||||
async: false, // sequential calls!
|
||||
url: "/cluster/healthcheck",
|
||||
url: "cluster/healthcheck",
|
||||
success: function(data) {
|
||||
result = data;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue