missed one

This commit is contained in:
David Baker 2018-10-12 14:33:55 +01:00
parent 8c0ff0287a
commit a45f2c3a00

View file

@ -297,6 +297,7 @@ class RoomKeysNewVersionServlet(RestServlet):
# we deliberately don't have a PUT /version, as these things really should
# be immutable to avoid people footgunning
class RoomKeysVersionServlet(RestServlet):
PATTERNS = client_v2_patterns(
"/room_keys/version(/(?P<version>[^/]+))?$"