Skip to content

Commit 4385057

Browse files
fix: fixed route path for tornado server (miguelgrinberg#494)
1 parent d81c534 commit 4385057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)