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-05-14 21:26:47 +0300
committerdartcafe <github@dartcafe.de>2021-05-14 21:26:47 +0300
commit600324422b5555d49264416d64fc30ca066cda8c (patch)
treee048478c5b55dd9423d5d6ee2ddbb8120ace264f /appinfo
parent8dbff266184c246a051ebdeaefd533a7313c57b8 (diff)
some more maintenance and refactoring
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 225486af..fe803dde 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -82,7 +82,6 @@ return [
['name' => 'share#list', 'url' => '/poll/{pollId}/shares', 'verb' => 'GET'],
['name' => 'share#add', 'url' => '/poll/{pollId}/share', 'verb' => 'POST'],
- ['name' => 'share#get', 'url' => '/share/{token}', 'verb' => 'GET'],
['name' => 'share#delete', 'url' => '/share/{token}', 'verb' => 'DELETE'],
['name' => 'share#personal', 'url' => '/share/personal', 'verb' => 'POST'],
['name' => 'share#sendInvitation', 'url' => '/share/{token}/invite', 'verb' => 'POST'],