summaryrefslogtreecommitdiffstats
path: root/ocs/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'ocs/routes.php')
-rw-r--r--ocs/routes.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index 1722180c201..4aaa1434b8b 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -91,13 +91,6 @@ API::register(
);
API::register(
'get',
- '/cloud/users/{userid}',
- array('OC_OCS_Cloud', 'getUser'),
- 'core',
- API::USER_AUTH
-);
-API::register(
- 'get',
'/cloud/user',
array('OC_OCS_Cloud', 'getCurrentUser'),
'core',