Hi All
I created two projects, an ASP.NET Core 7 Web API, and an ASP.NET Core 7 MVC project.
URL of my ASP.NET Core 7 Web API project is
localhost:7271 Now my question is how to configure this url in the ASP.NET Core 7 MVC project and call inside the controller. I am in learning stage. So please help me to resolve the issue. In which place we have to write the API configuration in the ASP.NET Core 7 MVC project. Thanks!
ASP.NET Core 7 MVC project: