diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-12 22:03:41 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-25 00:22:10 +0100 |
commit | a50ef618761ae3588d00e55c39451cba75672e7f (patch) | |
tree | ba09c0b3b88716c9db95f74dfe6326c414fdcc69 /apps/files_external/appinfo/routes.php | |
parent | ced04f9ad2a55439d74681ce1a582a5c6ed2d5ab (diff) | |
download | nextcloud-server-a50ef618761ae3588d00e55c39451cba75672e7f.tar.gz nextcloud-server-a50ef618761ae3588d00e55c39451cba75672e7f.zip |
Migrate Dropbox external storage to new API
Diffstat (limited to 'apps/files_external/appinfo/routes.php')
-rw-r--r-- | apps/files_external/appinfo/routes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php index 4462ad1f274..ccc50cbd0f9 100644 --- a/apps/files_external/appinfo/routes.php +++ b/apps/files_external/appinfo/routes.php @@ -46,8 +46,8 @@ namespace OCA\Files_External\AppInfo; ) ); -$this->create('files_external_dropbox', 'ajax/dropbox.php') - ->actionInclude('files_external/ajax/dropbox.php'); +$this->create('files_external_oauth1', 'ajax/oauth1.php') + ->actionInclude('files_external/ajax/oauth1.php'); $this->create('files_external_google', 'ajax/google.php') ->actionInclude('files_external/ajax/google.php'); |