Roman Marusyk

Results 51 comments of Roman Marusyk

Hello @sandorfr, You can create a simple extension method for that ``` public static class SwaggerUIOptionsExtensions { public static void AddSwaggerUIEndpoints(this SwaggerUIOptions options, IDictionary endpoints) { foreach (var endpoint in...