I am trying to build a Web API using ASP.NET Core 6. just a simple CRUD example. I can access and interact with the API through the link
https://localhost:7270/swagger/index.html
Now I want to access it from another VM. pls show me how can do that? tks so much