aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo/routes.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@owncloud.com>2015-08-12 22:20:08 +0100
committerRobin McCorkell <rmccorkell@owncloud.com>2015-08-28 12:58:47 +0100
commit1084e3adc7636787a139b68335112715b187b3bb (patch)
tree5f3d22280f28ad0328f8ed811bbab3c3c1152831 /apps/files_external/appinfo/routes.php
parentcb1ef827028126dd55c21fc3f3720723e5cc25a6 (diff)
downloadnextcloud-server-1084e3adc7636787a139b68335112715b187b3bb.tar.gz
nextcloud-server-1084e3adc7636787a139b68335112715b187b3bb.zip
Migrate SFTP_Key external storage to new API
The SFTP backend now supports public key authentication alongside password authentication.
Diffstat (limited to 'apps/files_external/appinfo/routes.php')
-rw-r--r--apps/files_external/appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/routes.php b/apps/files_external/appinfo/routes.php
index 5d7018c3476..a371273e74e 100644
--- a/apps/files_external/appinfo/routes.php
+++ b/apps/files_external/appinfo/routes.php
@@ -38,7 +38,7 @@ namespace OCA\Files_External\AppInfo;
'routes' => array(
array(
'name' => 'Ajax#getSshKeys',
- 'url' => '/ajax/sftp_key.php',
+ 'url' => '/ajax/public_key.php',
'verb' => 'POST',
'requirements' => array()
)