mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-28 07:42:10 -04:00
Update endpoints to reflect current spec
This commit is contained in:
parent
f721fdbf87
commit
872c134807
6 changed files with 11 additions and 35 deletions
|
@ -48,7 +48,7 @@ class RegisterRestServlet(ClientV1RestServlet):
|
|||
handler doesn't have a concept of multi-stages or sessions.
|
||||
"""
|
||||
|
||||
PATTERNS = client_path_patterns("/register$", releases=())
|
||||
PATTERNS = client_path_patterns("/register$", releases=(), include_in_unstable=False)
|
||||
|
||||
def __init__(self, hs):
|
||||
super(RegisterRestServlet, self).__init__(hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue