I've built a simple rest api with just one POST endpoint and I want to send the link (i.e., https://mylink/docs
) to a another person who will be sending a POST request to my application.
How do I send them the link? I'm running the app on localhost
now obviously. I tried accessing https://my_ip/docs
but it didn't work.