Skip to content

Commit d4129cf

Browse files
Update Swashbuckle.AspNetCore to latest version Fixed #337
1 parent 4bb7182 commit d4129cf

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/SecurityRequirementsOperationFilter.cs

Lines changed: 0 additions & 54 deletions
This file was deleted.

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
7474
In = "header",
7575
Type = "apiKey"
7676
});
77-
// Assign scope requirements to operations based on AuthorizeAttribute
78-
options.OperationFilter<SecurityRequirementsOperationFilter>();
7977
});
8078

8179
// Configure Abp and Dependency Injection

0 commit comments

Comments
 (0)