Enable public internet traffic to Flask app running in WSL
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.