diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-07 14:16:38 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-03 14:00:32 +0100 |
commit | 743132650aa906d9468d633c2c5ca382e565df84 (patch) | |
tree | d9420b902aaf838ec7fac20944d2ed72c0100900 /core/routes.php | |
parent | 958c1289b15f5bd877dd7ff3b7cf3540a0c5198a (diff) | |
download | nextcloud-server-743132650aa906d9468d633c2c5ca382e565df84.tar.gz nextcloud-server-743132650aa906d9468d633c2c5ca382e565df84.zip |
Move to AppData
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/routes.php')
-rw-r--r-- | core/routes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/routes.php b/core/routes.php index 4b73a86042a..9ccf0e653eb 100644 --- a/core/routes.php +++ b/core/routes.php @@ -69,11 +69,11 @@ $this->create('search_ajax_search', '/core/search') ->actionInclude('core/search/ajax/search.php'); // Routing $this->create('core_ajax_preview', '/core/preview') - ->actionInclude('core/ajax/preview.php'); + ->actionInclude('core/ajax/preview2.php'); $this->create('core_ajax_preview2', '/core/preview2') ->actionInclude('core/ajax/preview2.php'); $this->create('core_ajax_preview', '/core/preview.png') - ->actionInclude('core/ajax/preview.php'); + ->actionInclude('core/ajax/preview2.php'); $this->create('core_ajax_update', '/core/ajax/update.php') ->actionInclude('core/ajax/update.php'); |