Skip to content

Commit

Permalink
fix: fixed route path for tornado server (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
someApprentice committed May 28, 2020
1 parent d81c534 commit 4385057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ Socket.IO::

app = tornado.web.Application(
[
(r"/socketio.io/", socketio.get_tornado_handler(sio)),
(r"/socket.io/", socketio.get_tornado_handler(sio)),
],
# ... other application options
)
Expand Down

0 comments on commit 4385057

Please sign in to comment.