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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-11-27 14:45:15 +0300
committerGitHub <noreply@github.com>2020-11-27 14:45:15 +0300
commit933298bac11c4ce0e679bd6d97e1135804c84278 (patch)
treeffc481240be7440765419a7a1817cf9b87df2031 /appinfo
parent14ed3f3bf7c15b44ea460abfd4be2ef4bd2a547b (diff)
parent202abb506670339dff11eeb115a391c3784ec46c (diff)
Merge pull request #4128 from nextcloud/fix/mailto_route
Fix mailto route
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index d2213fcc3..4009ded8c 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -65,6 +65,11 @@ return [
'verb' => 'GET'
],
[
+ 'name' => 'page#mailto',
+ 'url' => '/mailto',
+ 'verb' => 'GET'
+ ],
+ [
'name' => 'accounts#send',
'url' => '/api/accounts/{id}/send',
'verb' => 'POST'