fix scanning after socketio upgrade

This commit is contained in:
Georges-Antoine Assi
2024-03-18 09:47:15 -04:00
parent be553d5524
commit f259e1b1d0
2 changed files with 6 additions and 5 deletions

View File

@@ -12,4 +12,4 @@ class SocketHandler:
client_manager=socketio.AsyncRedisManager(redis_url),
)
self.socket_app = socketio.ASGIApp(self.socket_server)
self.socket_app = socketio.ASGIApp(self.socket_server, socketio_path="/ws/socket.io")