diff options
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r-- | apps/files_external/appinfo/routes.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index cb950364e5d..bf2f96734f4 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -20,8 +20,10 @@ * */ +$this->create('files_external_list_applicable', '/applicable')->actionInclude('files_external/ajax/applicable.php'); + OC_API::register('get', - '/apps/files_external/api/v1/mounts', - array('\OCA\Files\External\Api', 'getUserMounts'), - 'files_external'); + '/apps/files_external/api/v1/mounts', + array('\OCA\Files\External\Api', 'getUserMounts'), + 'files_external'); |