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 3085cd9db65..932c4053013 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -29,14 +29,6 @@ use OCP\API; -// Person -API::register( - 'post', - '/person/check', - array('OC_OCS_Person', 'check'), - 'core', - API::GUEST_AUTH - ); // Privatedata API::register( 'get', |