Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-08-06 23:55:30 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-09-07 09:30:01 +0300
commit4c48d6bf18c0394fc617a73c9bbc2872d7d2421f (patch)
tree431d2925ff17b7f1f314a99a054bae27bf1c7386 /apps/settings/appinfo
parent5483d02b5e3ef8d20054d3d0332d82a8a3dbd5b0 (diff)
Add 'Reasons to use Nextcloud in your organization' call to action in settings
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r--apps/settings/appinfo/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/appinfo/routes.php b/apps/settings/appinfo/routes.php
index b6d68d76d64..c927c01f1f6 100644
--- a/apps/settings/appinfo/routes.php
+++ b/apps/settings/appinfo/routes.php
@@ -79,5 +79,7 @@ return [
['name' => 'WebAuthn#startRegistration', 'url' => '/settings/api/personal/webauthn/registration', 'verb' => 'GET' , 'root' => ''],
['name' => 'WebAuthn#finishRegistration', 'url' => '/settings/api/personal/webauthn/registration', 'verb' => 'POST' , 'root' => ''],
['name' => 'WebAuthn#deleteRegistration', 'url' => '/settings/api/personal/webauthn/registration/{id}', 'verb' => 'DELETE' , 'root' => ''],
+
+ ['name' => 'Reasons#getPdf', 'url' => '/settings/download/reasons', 'verb' => 'GET', 'root' => ''],
]
];