summaryrefslogtreecommitdiffstats
path: root/ocs/routes.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-16 19:21:00 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-16 19:21:00 +0100
commit1baa2b8deb658b888614bbbb16f64ec22309612a (patch)
tree25455418697de3887436996b4dc23d594653bd3f /ocs/routes.php
parentcc8750ca30ba5d13ca59cc8c3ce87122a451829a (diff)
downloadnextcloud-server-1baa2b8deb658b888614bbbb16f64ec22309612a.tar.gz
nextcloud-server-1baa2b8deb658b888614bbbb16f64ec22309612a.zip
Move OC\OCS\Person to OCSController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'ocs/routes.php')
-rw-r--r--ocs/routes.php8
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',