someApprentice
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/server.rst
|
@ -619,7 +619,7 @@ Socket.IO:: |
|
|
|
|
|
|
|
|
app = tornado.web.Application( |
|
|
app = tornado.web.Application( |
|
|
[ |
|
|
[ |
|
|
(r"/socketio.io/", socketio.get_tornado_handler(sio)), |
|
|
(r"/socket.io/", socketio.get_tornado_handler(sio)), |
|
|
], |
|
|
], |
|
|
# ... other application options |
|
|
# ... other application options |
|
|
) |
|
|
) |
|
|