Skip to content
Snippets Groups Projects
Commit b40df3d4 authored by Demian Katz's avatar Demian Katz
Browse files

Update Solr core admin path.

parent dc23718c
No related merge requests found
......@@ -59,7 +59,7 @@ class AdminController extends AbstractAdmin
$xml = false;
if (isset($config->Index->url)) {
$response = $this->serviceLocator->get('VuFind\Http')
->get($config->Index->url . '/admin/multicore');
->get($config->Index->url . '/admin/cores');
$xml = $response->isSuccess() ? $response->getBody() : false;
}
$view = $this->createViewModel();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment