mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 02:53:51 +01:00
Make the /set part mandatory
This commit is contained in:
parent
44891b4a0a
commit
a04c076b7f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class PushersRestServlet(ClientV1RestServlet):
|
||||||
|
|
||||||
|
|
||||||
class PushersSetRestServlet(ClientV1RestServlet):
|
class PushersSetRestServlet(ClientV1RestServlet):
|
||||||
PATTERNS = client_path_patterns("/pushers(/set)?$")
|
PATTERNS = client_path_patterns("/pushers/set$")
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
super(PushersSetRestServlet, self).__init__(hs)
|
super(PushersSetRestServlet, self).__init__(hs)
|
||||||
|
|
Loading…
Reference in a new issue