summaryrefslogtreecommitdiffstats
path: root/ocs/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'ocs/routes.php')
-rw-r--r--ocs/routes.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index 0606fe3e309..ae2ef05adcd 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -83,21 +83,6 @@ API::register(
'core',
API::USER_AUTH
);
-// 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',
- API::USER_AUTH
-);
// Server-to-Server Sharing
if (\OC::$server->getAppManager()->isEnabledForUser('files_sharing')) {