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:
authorRené Gieling <github@dartcafe.de>2020-07-07 18:50:41 +0300
committerGitHub <noreply@github.com>2020-07-07 18:50:41 +0300
commit89d609bc15261b7a7feb1f4720fb4067c8de5ad4 (patch)
treeb852776fa8671b0cd971262a3a07707ac2df992d /appinfo/routes.php
parent0a1a63adbdf04ab0efb6bde2b344c43817aabc44 (diff)
parent3c965b1ee1be622fb589299cbe3c032eaab4c619 (diff)
Merge branch 'master' into seperate-sending-invitations
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 5dd97f7e..35c44bd6 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -30,8 +30,8 @@ return [
['name' => 'page#vote_public', 'url' => '/s/{token}', 'verb' => 'GET', 'postfix' => 'public'],
['name' => 'page#vote_public', 'url' => '/poll/{token}', 'verb' => 'GET', 'postfix' => 'oldpublic'],
- ['name' => 'subscription#get', 'url' => '/subscription/get/{pollId}', 'verb' => 'GET'],
- ['name' => 'subscription#set', 'url' => '/subscription/set', 'verb' => 'POST'],
+ ['name' => 'subscription#get', 'url' => '/subscription/{pollId}', 'verb' => 'GET'],
+ ['name' => 'subscription#set', 'url' => '/subscription', 'verb' => 'POST'],
['name' => 'comment#getByToken', 'url' => '/comments/s/{token}', 'verb' => 'GET'],
['name' => 'comment#get', 'url' => '/comments/{pollId}', 'verb' => 'GET'],