diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-19 19:43:47 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-21 09:09:23 +0200 |
commit | 0b1fb180a53fc4e533e2f194977293bc509c5df3 (patch) | |
tree | d28abeb617a3eaf2bee8d97bd284fab126d4cd3f /core/routes.php | |
parent | 50b6ee67cb025332f1ec7012d3705150ef5a165a (diff) | |
download | nextcloud-server-0b1fb180a53fc4e533e2f194977293bc509c5df3.tar.gz nextcloud-server-0b1fb180a53fc4e533e2f194977293bc509c5df3.zip |
Make AppConfig part of the public API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/routes.php')
-rw-r--r-- | core/routes.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/routes.php b/core/routes.php index 337f6fb27c3..3ca83815ad4 100644 --- a/core/routes.php +++ b/core/routes.php @@ -66,9 +66,6 @@ $application->registerRoutes($this, [ // Search $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'); // oC JS config $this->create('js_config', '/core/js/oc.js') ->actionInclude('core/js/config.php'); |