❔ How to set a custom start URL for an API from launch.json (VS Code)
I'm working on an
When I start the app, it goes directly to
Please does anyone here knows how to do it ?
Massive thanks in advance <3
ASP.Net core 7 web API, I use VS Code, in the launch.json file I have this configuration:When I start the app, it goes directly to
http://localhost:5272/, but I want it to directly go to http://localhost:5272/Swagger.Please does anyone here knows how to do it ?
Massive thanks in advance <3