Skip to content

Commit

Permalink
fix: adjust in img with socket
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jul 5, 2024
1 parent 574f277 commit 1bb7b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-controller/api/routers/socketio.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

connections = {}

sio = socketio.AsyncServer(async_mode="asgi", cors_allowed_origins=["*"])
sio = socketio.AsyncServer(async_mode="asgi", cors_allowed_origins="*")

sio_app = socketio.ASGIApp(socketio_server=sio, socketio_path="/ws/socket.io")

Expand Down

0 comments on commit 1bb7b55

Please sign in to comment.