I am using Swashbuckle Swagger in my Web API project. By default all the controllers are listed on the same page?
Is there any way that I can have separate URLs for each controller, and each URL would only show operations for that controller?
I am using Swashbuckle Swagger in my Web API project. By default all the controllers are listed on the same page?
Is there any way that I can have separate URLs for each controller, and each URL would only show operations for that controller?