I am trying to access local project that is running on APP engine. I am using Google App Engine Launcher and its working fine with Postman. I can debug and see results but when I try to access the same app using IP address I get can't "can’t reach this page on edge and same on chrome. This is the only project that is on localhost:80. I have also added an entry into windows hosts file
127.0.0.1 192.168.10.10
But still I get same response. Is there anything I am missing ?