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>2021-03-04 01:44:24 +0300
committerdartcafe <github@dartcafe.de>2021-03-04 01:44:24 +0300
commitff07d8d8c438442c9d3beb51ea1dd91b54af36ed (patch)
tree4972683acc7e670668438f46cb2ffcf278701e07 /appinfo/routes.php
parent5246479c3059edc8e42f7ef08d154909a5a66daf (diff)
Move actions to usermenu
Signed-off-by: dartcafe <github@dartcafe.de>
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 0fbef6f0..6aa62b91 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -31,6 +31,7 @@ return [
['name' => 'public#get_votes', 'url' => '/s/{token}/votes', 'verb' => 'GET'],
['name' => 'public#get_subscription', 'url' => '/s/{token}/subscription', 'verb' => 'GET'],
['name' => 'public#set_email_address', 'url' => '/s/{token}/email', 'verb' => 'PUT'],
+ ['name' => 'public#delete_email_address', 'url' => '/s/{token}/email', 'verb' => 'DELETE'],
['name' => 'public#set_vote', 'url' => '/s/{token}/vote', 'verb' => 'PUT'],
['name' => 'public#add_comment', 'url' => '/s/{token}/comment', 'verb' => 'POST'],