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-17 11:35:43 +0300
committerdartcafe <github@dartcafe.de>2020-08-17 11:35:43 +0300
commitc679210764583b8a25df9c5e3a231eb0a8cfb9e3 (patch)
tree51227437e3f1e53798c90a5d43aca79cd4167b41 /appinfo/routes.php
parent56d48b45a12314db6dd424ad69a478e2e4c84cc9 (diff)
find possible calender conflicts
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 1a3ff5c3..92efe489 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -47,6 +47,7 @@ return [
['name' => 'option#confirm', 'url' => '/option/{optionId}/confirm', 'verb' => 'PUT'],
['name' => 'option#reorder', 'url' => '/options/reorder', 'verb' => 'POST'],
['name' => 'option#list', 'url' => '/polls/{pollId}/options', 'verb' => 'GET'],
+ ['name' => 'option#findCalendarEvents', 'url' => '/option/{optionId}/events', 'verb' => 'GET'],
// ['name' => 'option#listByToken', 'url' => '/options/get/s/{token}', 'verb' => 'GET'],
['name' => 'vote#set', 'url' => '/vote/set', 'verb' => 'POST'],