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>2022-01-10 01:04:26 +0300
committerdartcafe <github@dartcafe.de>2022-01-10 01:04:26 +0300
commitcb257d5bbdf750ec1ecd2410164e287787a7726c (patch)
tree251aa3965e1d9287eb0d0f128b9959f4eb98a177 /appinfo
parentf2a6d7f33cef04f8c858e2099aad72307454ee66 (diff)
adding a combined day polls view
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index e5b454ef..954f2b16 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -54,6 +54,7 @@ return [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
['name' => 'page#index', 'url' => '/not-found', 'verb' => 'GET', 'postfix' => 'notfound'],
['name' => 'page#index', 'url' => '/list/{id}', 'verb' => 'GET', 'postfix' => 'list'],
+ ['name' => 'page#index', 'url' => '/combo', 'verb' => 'GET'],
['name' => 'page#vote', 'url' => '/vote/{id}', 'verb' => 'GET'],
['name' => 'poll#list', 'url' => '/polls', 'verb' => 'GET'],