I'm working on Visual studio c# ASP.NET 6 and I work on several API, when I start my application, all theses API (swagger) are opening in different tabs. What I want is, when I'm starting my app, i want all the swagger opening in the same tab and not as many as I have API.
I've search on different website, I've ask to chat GPT, he tolds me to put this in my program.cs in each api i had but it doesn't worked.
c.ConfigObject.AdditionalItems["deepLinking"] = "true";
in visual studio: