We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2ea20 commit 63680a7Copy full SHA for 63680a7
matlab_proxy/app.py
@@ -403,7 +403,7 @@ async def matlab_view(req):
403
matlab_port = state.matlab_port
404
matlab_protocol = req.app["settings"]["matlab_protocol"]
405
mwapikey = req.app["settings"]["mwapikey"]
406
- matlab_base_url = f"{matlab_protocol}://localhost:{matlab_port}"
+ matlab_base_url = f"{matlab_protocol}://127.0.0.1:{matlab_port}"
407
408
# WebSocket
409
if (
0 commit comments