summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-01-13 16:42:04 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-01-14 15:15:39 +0100
commitdc17019536551915e4417b08904e9fb5f6f49689 (patch)
tree395dbecaf33cca71905b96dba276561620a0cb7e /core/routes.php
parenta83647928722eef039302971e36fd58e3238de25 (diff)
downloadnextcloud-server-dc17019536551915e4417b08904e9fb5f6f49689.tar.gz
nextcloud-server-dc17019536551915e4417b08904e9fb5f6f49689.zip
adjust paths for search
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/routes.php b/core/routes.php
index ced70898f50..defbb695a71 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -22,8 +22,8 @@ $application->registerRoutes($this, array('routes' => array(
/** @var $this OCP\Route\IRouter */
// Core ajax actions
// Search
-$this->create('search_ajax_search', '/search/ajax/search.php')
- ->actionInclude('search/ajax/search.php');
+$this->create('search_ajax_search', '/core/search')
+ ->actionInclude('core/search/ajax/search.php');
// AppConfig
$this->create('core_ajax_appconfig', '/core/ajax/appconfig.php')
->actionInclude('core/ajax/appconfig.php');