mirror of https://github.com/zulip/zulip.git
Remove unused route for development tornado proxy server.
This was a duplicate of the other sockjs line.
This commit is contained in:
parent
9026f56713
commit
a93530e413
|
@ -305,7 +305,6 @@ class Application(web.Application):
|
|||
def __init__(self):
|
||||
# type: () -> None
|
||||
handlers = [
|
||||
(r"/sockjs/.*/websocket$", TornadoHandler),
|
||||
(r"/json/events.*", TornadoHandler),
|
||||
(r"/api/v1/events.*", TornadoHandler),
|
||||
(r"/webpack.*", WebPackHandler),
|
||||
|
|
Loading…
Reference in New Issue