❔ How to set a custom start URL for an API from launch.json (VS Code)
I'm working on an
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 <31 Reply
Was this issue resolved? If so, run
/close - otherwise I will mark this as stale and this post will be archived until there is new activity.