From 02449c83365fae8d5a47b001b18605478122bd86 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 9 Aug 2016 10:21:51 +0200 Subject: Move getCapabilities over to Core --- ocs/routes.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ocs') diff --git a/ocs/routes.php b/ocs/routes.php index 0606fe3e309..bb24c79eba7 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -84,13 +84,6 @@ API::register( API::USER_AUTH ); // cloud -API::register( - 'get', - '/cloud/capabilities', - array('OC_OCS_Cloud', 'getCapabilities'), - 'core', - API::USER_AUTH - ); API::register( 'get', '/cloud/user', -- cgit v1.2.3