mirror of https://gitee.com/bigwinds/arangodb
added /queued-version
This commit is contained in:
parent
b777deabd7
commit
00d1b9d0bf
|
@ -200,7 +200,7 @@ void ApplicationAdminServer::addBasicHandlers (HttpHandlerFactory* factory, stri
|
|||
_versionDataQueued->_queue = "STANDARD";
|
||||
}
|
||||
|
||||
factory->addHandler(prefix + "/queued/version",
|
||||
factory->addHandler(prefix + "/queued-version",
|
||||
RestHandlerCreator<RestVersionHandler>::createData<RestVersionHandler::version_options_t const*>,
|
||||
(void*) _versionDataQueued);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue