diff options
Diffstat (limited to 'ocs/routes.php')
-rw-r--r-- | ocs/routes.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ocs/routes.php b/ocs/routes.php index 0606fe3e309..bb24c79eba7 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -86,13 +86,6 @@ API::register( // 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', |