I have a flask app running in my local laptop with host as 0.0.0.0
. When I run this flask app
on my windows, I am able to access the endpoints from other laptops/internet. But when I deploy the same flask-app in WSL running in my windows laptop, I am not able to reach to the endpoints from other laptops/internet.
Any suggestions?
I am aware this is not ideal or safe. But I need to enable traffic for few hours to collaborate with a developer working remotely.