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:
authorGretaD <gretadoci@gmail.com>2020-11-26 14:08:34 +0300
committerGretaD <gretadoci@gmail.com>2020-11-27 14:21:21 +0300
commit202abb506670339dff11eeb115a391c3784ec46c (patch)
tree7c1ca1dd69437f5e0b3da7d5ca1627330958f1dd /appinfo
parenta1e4b8f1afc38f5c167466f4e3e8e029389c78ef (diff)
Fix mailto route
Signed-off-by: GretaD <gretadoci@gmail.com>
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 4f669ad09..634b41ef9 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -60,6 +60,11 @@ return [
'verb' => 'GET'
],
[
+ 'name' => 'page#mailto',
+ 'url' => '/mailto',
+ 'verb' => 'GET'
+ ],
+ [
'name' => 'accounts#send',
'url' => '/api/accounts/{id}/send',
'verb' => 'POST'