mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 12:16:07 -04:00
Rename POST param to METHOD
This commit is contained in:
parent
5011417632
commit
bebe325e6c
2 changed files with 22 additions and 13 deletions
|
@ -47,7 +47,6 @@ class ReplicationSendEventRestServlet(ReplicationEndpoint):
|
|||
"""
|
||||
NAME = "send_event"
|
||||
PATH_ARGS = ("event_id",)
|
||||
POST = True
|
||||
|
||||
def __init__(self, hs):
|
||||
super(ReplicationSendEventRestServlet, self).__init__(hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue