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

Plugged in AJAX controller (work in progress).

parent 8ff5e1f7
No related merge requests found
......@@ -22,6 +22,7 @@ $config = array(
),
'controllers' => array(
'invokables' => array(
'ajax' => 'VuFind\Controller\AjaxController',
'error' => 'VuFind\Controller\ErrorController',
'index' => 'VuFind\Controller\IndexController',
'my-research' => 'VuFind\Controller\MyResearchController',
......
This diff is collapsed.
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