mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Just leaving off the $ is fine. r* == registerrrrrrrrr
This commit is contained in:
parent
a0dea6eaed
commit
73605f8070
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue