Remove unused route for development tornado proxy server.

This was a duplicate of the other sockjs line.
This commit is contained in:
Tim Abbott 2016-11-03 10:46:12 -07:00
parent 9026f56713
commit a93530e413
1 changed files with 0 additions and 1 deletions

View File

@ -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),