mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 06:34:20 -05:00
Just leaving off the $ is fine. r* == registerrrrrrrrr
This commit is contained in:
parent
a0dea6eaed
commit
73605f8070
@ -41,7 +41,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class RegisterRestServlet(RestServlet):
|
||||
PATTERN = client_v2_pattern("/register*")
|
||||
PATTERN = client_v2_pattern("/register")
|
||||
|
||||
def __init__(self, hs):
|
||||
super(RegisterRestServlet, self).__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user