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 12:27:55 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-09 21:56:31 +0300
commit69da896785cf3baab583577b119310c1a2938a64 (patch)
treed94b5192558e623215ce69ede6649fa646cd7d13 /ocs
parent02449c83365fae8d5a47b001b18605478122bd86 (diff)
Move /cloud/user to Core app
Diffstat (limited to 'ocs')
-rw-r--r--ocs/routes.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/ocs/routes.php b/ocs/routes.php
index bb24c79eba7..ae2ef05adcd 100644
--- a/ocs/routes.php
+++ b/ocs/routes.php
@@ -83,14 +83,6 @@ API::register(
'core',
API::USER_AUTH
);
-// cloud
-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')) {