1
0
Fork 0

changed to /_api

This commit is contained in:
Frank Celler 2012-05-21 11:53:16 +02:00
parent 88e4bf6c63
commit 6ef9472904
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ namespace triagens {
// connect to server and get version number
map<string, string> headerFields;
SimpleHttpResult* result = _client->request(SimpleHttpClient::GET, "/_admin/version", 0, 0, headerFields);
SimpleHttpResult* result = _client->request(SimpleHttpClient::GET, "/_api/version", 0, 0, headerFields);
if (!result->isComplete()) {
// save error message