python -m http.server 0.0.0.0:8000
Edit:
Works if you just run:
python3 -m http.server
Edit[1]:
Works great with python's built in web server but wont work with flask's built in development web server.
Edit:
Works if you just run:
Thanks for the helpEdit[1]:
Works great with python's built in web server but wont work with flask's built in development web server.