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 <rullzer@owncloud.com>2015-10-08 22:47:30 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2015-10-13 22:07:48 +0300
commit002e9c76cdfa805c798ff9f9543df17ae7fa4232 (patch)
tree3c13a17fcba5d6be468905b1ff1f4914e48b438c /ocs
parentef4278cfa9570b3910b35cc82313d6391aec3c22 (diff)
Combine OCS API getUser method code into provisioning_api app
Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
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 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',