diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-08-31 18:14:46 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-08-31 18:14:46 +0200 |
commit | f1836a997f9c8051bf040b78cd5475a8e9862fe0 (patch) | |
tree | ee1d81b44c5562ee58b609708a95e47ce4324547 /ocs | |
parent | 92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7 (diff) | |
download | nextcloud-server-f1836a997f9c8051bf040b78cd5475a8e9862fe0.tar.gz nextcloud-server-f1836a997f9c8051bf040b78cd5475a8e9862fe0.zip |
remove the activity call here. it is not implemented anyways. This will be provided by Activity app in the future.
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 283c9af6924..c4a74d77900 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -21,14 +21,6 @@ OC_API::register( 'core', OC_API::GUEST_AUTH ); -// Activity -OC_API::register( - 'get', - '/activity', - array('OC_OCS_Activity', 'activityGet'), - 'core', - OC_API::USER_AUTH - ); // Privatedata OC_API::register( 'get', |