Use POST instead GET to sync groups
This commit is contained in:
parent
61f1a78943
commit
e8a355c06e
1 changed files with 1 additions and 1 deletions
|
@ -89,5 +89,5 @@ def make_router():
|
|||
('GET', '^/$', home),
|
||||
('GET', '^/login$', login),
|
||||
('GET', '^/subscribe$', subscribe),
|
||||
('GET', '^/sync$', sync),
|
||||
('POST', '^/sync$', sync),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue