missed one
parent
8c0ff0287a
commit
a45f2c3a00
|
@ -297,6 +297,7 @@ class RoomKeysNewVersionServlet(RestServlet):
|
||||||
# we deliberately don't have a PUT /version, as these things really should
|
# we deliberately don't have a PUT /version, as these things really should
|
||||||
# be immutable to avoid people footgunning
|
# be immutable to avoid people footgunning
|
||||||
|
|
||||||
|
|
||||||
class RoomKeysVersionServlet(RestServlet):
|
class RoomKeysVersionServlet(RestServlet):
|
||||||
PATTERNS = client_v2_patterns(
|
PATTERNS = client_v2_patterns(
|
||||||
"/room_keys/version(/(?P<version>[^/]+))?$"
|
"/room_keys/version(/(?P<version>[^/]+))?$"
|
||||||
|
|
Loading…
Reference in New Issue