Reactjs – How to access localhost:3000 from remote server
I have created a website using uvicorn and react. I want this to test this using another computer so I was able to run the frontend (http://:) using my another computer. The problem is when I send request to backend…