I have a RESTFUL service with flask server running on a windows machine. I was able to the response from the ip address of machine with port number 5000 <ip_address:5000> but not from the localhost:5000/api/user
I was trying to reach the endpoint with locahlost:5000 or 127.0.0.1:5000, where the endpoint is not accessable.
Help would be appriciable.
Thanks