diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-09 10:21:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-09 20:56:31 +0200 |
commit | 02449c83365fae8d5a47b001b18605478122bd86 (patch) | |
tree | 78fa85da82809028ade6596aea785b97764303b7 /ocs/routes.php | |
parent | 575875e8d03e1396bcdb1fac75a7c6076fd92287 (diff) | |
download | nextcloud-server-02449c83365fae8d5a47b001b18605478122bd86.tar.gz nextcloud-server-02449c83365fae8d5a47b001b18605478122bd86.zip |
Move getCapabilities over to Core
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', |