1
0
Fork 0

use _system database in /_admin/cluster/health (#8898)

This commit is contained in:
Jan 2019-05-06 09:13:33 +02:00 committed by GitHub
parent d51aec7914
commit 900c23fda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ actions.defineHttp({
var options = { timeout: 5 };
var op = ArangoClusterComm.asyncRequest(
'GET', value, req.database, '/_api/agency/config', '', {}, options);
'GET', value, '_system', '/_api/agency/config', '', {}, options);
var r = ArangoClusterComm.wait(op);
if (r.status === 'RECEIVED') {