diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-14 20:46:33 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-18 09:37:09 +0200 |
commit | 6bc1c6590cf0c0a470d220539f33d1aa4237115d (patch) | |
tree | 117888d3a2591a644958379029a672c1811958c8 /ocs/routes.php | |
parent | 3e7710c0d8e30dc9f020194959b657a89c08c095 (diff) | |
download | nextcloud-server-6bc1c6590cf0c0a470d220539f33d1aa4237115d.tar.gz nextcloud-server-6bc1c6590cf0c0a470d220539f33d1aa4237115d.zip |
Move /config over to Core OCSController
Diffstat (limited to 'ocs/routes.php')
-rw-r--r-- | ocs/routes.php | 8 |
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', |