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-09 11:21:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-09 21:56:31 +0300
commit02449c83365fae8d5a47b001b18605478122bd86 (patch)
tree78fa85da82809028ade6596aea785b97764303b7 /ocs
parent575875e8d03e1396bcdb1fac75a7c6076fd92287 (diff)
Move getCapabilities over to Core
Diffstat (limited to 'ocs')
-rw-r--r--ocs/routes.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index 0606fe3e309..bb24c79eba7 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -86,13 +86,6 @@ API::register(
// cloud
API::register(
'get',
- '/cloud/capabilities',
- array('OC_OCS_Cloud', 'getCapabilities'),
- 'core',
- API::USER_AUTH
- );
-API::register(
- 'get',
'/cloud/user',
array('OC_OCS_Cloud', 'getCurrentUser'),
'core',