diff options
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/routes.php | 8 |
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')) { |