1
0
Fork 0

added /queued-version

This commit is contained in:
Frank Celler 2012-06-13 13:20:28 +02:00
parent b777deabd7
commit 00d1b9d0bf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}