Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5ee7386

Browse files
another whoops
1 parent 88834ec commit 5ee7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/rest/client/register.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ class RegistrationTokenValidityRestServlet(RestServlet):
378378
"""
379379

380380
PATTERNS = client_patterns(
381-
f"/v1/register/{LoginType.REGISTRATION_TOKEN}/validity",
381+
f"/register/{LoginType.REGISTRATION_TOKEN}/validity",
382382
releases=("v1",),
383383
)
384384

0 commit comments

Comments
 (0)