Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-14 21:46:33 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-18 10:37:09 +0300
commit6bc1c6590cf0c0a470d220539f33d1aa4237115d (patch)
tree117888d3a2591a644958379029a672c1811958c8 /ocs
parent3e7710c0d8e30dc9f020194959b657a89c08c095 (diff)
Move /config over to Core OCSController
Diffstat (limited to 'ocs')
-rw-r--r--ocs/routes.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index ae2ef05adcd..d14f32e045c 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -29,14 +29,6 @@
use OCP\API;
-// Config
-API::register(
- 'get',
- '/config',
- array('OC_OCS_Config', 'apiConfig'),
- 'core',
- API::GUEST_AUTH
- );
// Person
API::register(
'post',