aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-07-12 16:30:09 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-14 16:39:48 +0200
commit2f23054b0126ec3497a7b632ff2399f6f3843a0f (patch)
tree603a047056a9e3893112a92b5565aa50aa62028d /apps/federatedfilesharing/appinfo
parent33a685bc41628e1236015bd79cc8f82b9cb6cabf (diff)
downloadnextcloud-server-2f23054b0126ec3497a7b632ff2399f6f3843a0f.tar.gz
nextcloud-server-2f23054b0126ec3497a7b632ff2399f6f3843a0f.zip
s/ownCloud/Nextcloud
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r--apps/federatedfilesharing/appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/routes.php b/apps/federatedfilesharing/appinfo/routes.php
index 534733e001f..2a90ef5b59b 100644
--- a/apps/federatedfilesharing/appinfo/routes.php
+++ b/apps/federatedfilesharing/appinfo/routes.php
@@ -21,6 +21,6 @@
return [
'routes' => [
- ['name' => 'SaveToOwnCloud#saveToOwnCloud', 'url' => '/saveToOwnCloud', 'verb' => 'POST'],
+ ['name' => 'SaveToNextcloud#saveToNextcloud', 'url' => '/saveToNextcloud', 'verb' => 'POST'],
]
];