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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-08-11 22:56:26 +0300
committerdartcafe <github@dartcafe.de>2020-08-11 22:56:26 +0300
commita7d96426e31d8853a2def37c587b27fe1c1ff3f6 (patch)
tree35b9333582f1ad69f97dfc8c7af129a17a4de3d2 /appinfo/routes.php
parentdad6b97a38348f620d20e5d20108a628269645ee (diff)
user can add own email address
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index a2ba77ad..b4a23685 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -56,6 +56,7 @@ return [
// ['name' => 'vote#getByToken', 'url' => '/votes/get/s/{token}', 'verb' => 'GET'],
['name' => 'share#add', 'url' => '/share/add', 'verb' => 'POST'],
+ ['name' => 'share#get', 'url' => '/share/{token}', 'verb' => 'GET'],
['name' => 'share#personal', 'url' => '/share/personal', 'verb' => 'POST'],
['name' => 'share#delete', 'url' => '/share/delete/{token}', 'verb' => 'DELETE'],
['name' => 'share#sendInvitation', 'url' => '/share/send/{token}', 'verb' => 'POST'],