Skip to content

Commit 574fb73

Browse files
fix: fixed route path for tornado server
1 parent d81c534 commit 574fb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ Socket.IO::
619619

620620
app = tornado.web.Application(
621621
[
622-
(r"/socketio.io/", socketio.get_tornado_handler(sio)),
622+
(r"/socket.io/", socketio.get_tornado_handler(sio)),
623623
],
624624
# ... other application options
625625
)

0 commit comments

Comments
 (0)