0

I want to deploy my flask server over my LAN. So that I can access it from other machines. I tried using app.run(host='0.0.0.0', port=9090) and that kind of stuffs. Even I tried using my my IPV4 address and changing the port again and again. But nothing works.I'm unable to use it from other machines which are connected across my LAN.Can anyone help me get out of it.Thanks in advance.

0 Answers0