Skip to content

Commit

Permalink
specify protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lby73 committed Nov 26, 2023
1 parent adaf1a3 commit 4d22e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/webApp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
jwt = JWTManager(app)
login = LoginManager()
migrate = Migrate(app, db)
socketio = SocketIO(app, cors_allowed_origins=['http://127.0.0.1:5000', 'https://impedo.serveo.net', 'wss://industrialiot.onrender.com', 'https://industrialiot.onrender.com', 'http://localhost:3000', 'localhost:3000', 'serveo.net:4565'])
socketio = SocketIO(app, cors_allowed_origins=['http://127.0.0.1:5000', 'https://impedo.serveo.net', 'wss://industrialiot.onrender.com', 'https://industrialiot.onrender.com', 'http://localhost:3000', 'localhost:3000', 'http://serveo.net:4565', 'serveo.net:4565'])
# socketio = SocketIO(app, cors_allowed_origins='*', transports=['websocket', 'xhr-polling'])


Expand Down

0 comments on commit 4d22e5d

Please sign in to comment.