Postman throws error when accessing http://103.180.163.187:8000/ but gives a response for http://0.0.0.0:8000/
I am implementing FastAPI and Uvicorn for the first time. I have already integrated FastAPI with my python code. I am running it on a remote server. It contains one GET and one POST request. I ran it using the command: