diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-22 08:35:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 08:35:55 -0400 |
commit | 514a240aedd972e6c8b707a7685c3d283f8618c9 (patch) | |
tree | 52e476ced593d0cb695c567a6c40afe4151c8c82 /synapse/http/servlet.py | |
parent | Don't 500 for invalid group IDs (#8628) (diff) | |
download | synapse-514a240aedd972e6c8b707a7685c3d283f8618c9.tar.xz |
Remove unused OPTIONS handlers. (#8621)
The handling of OPTIONS requests was consolidated in #7534, but the endpoint specific handlers were not removed.
Diffstat (limited to 'synapse/http/servlet.py')
-rw-r--r-- | synapse/http/servlet.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/http/servlet.py b/synapse/http/servlet.py |