diff options
author | Tom Needham <tom@owncloud.com> | 2013-02-10 12:35:39 +0100 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2013-02-10 12:35:39 +0100 |
commit | 266ba2806d9b72ec675b71fb939483b40f77cf00 (patch) | |
tree | 350bfc1d886ef8b814d672c9d2b7243caebd9256 /apps/files_versions/appinfo | |
parent | 5ad1b63f762ab52f8bf550787588dd1ca728145d (diff) | |
download | nextcloud-server-266ba2806d9b72ec675b71fb939483b40f77cf00.tar.gz nextcloud-server-266ba2806d9b72ec675b71fb939483b40f77cf00.zip |
Remove debug call, correct app identifier
Diffstat (limited to 'apps/files_versions/appinfo')
-rw-r--r-- | apps/files_versions/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/appinfo/routes.php b/apps/files_versions/appinfo/routes.php index 3793e25173e..8cef57c9e4d 100644 --- a/apps/files_versions/appinfo/routes.php +++ b/apps/files_versions/appinfo/routes.php @@ -6,4 +6,4 @@ */ // Register with the capabilities API -OC_API::register('get', '/cloud/capabilities', array('OCA\Files_Versions\Capabilities', 'getCapabilities'), 'ocs', OC_API::USER_AUTH);
\ No newline at end of file +OC_API::register('get', '/cloud/capabilities', array('OCA\Files_Versions\Capabilities', 'getCapabilities'), 'files_versions', OC_API::USER_AUTH);
\ No newline at end of file |