Rename POST param to METHOD

This commit is contained in:
Erik Johnston 2018-08-08 10:35:47 +01:00
parent 5011417632
commit bebe325e6c
2 changed files with 22 additions and 13 deletions

View file

@ -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)