We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b0ff7 commit 95a3322Copy full SHA for 95a3322
modules/swagger-codegen/src/main/resources/aspnetcore/3.0/Startup.mustache
@@ -14,7 +14,6 @@ using Newtonsoft.Json.Serialization;
14
using Swashbuckle.AspNetCore.Swagger;
15
using Swashbuckle.AspNetCore.SwaggerGen;
16
using {{packageName}}.Filters;
17
-using {{packageName}}.Security;
18
19
namespace {{packageName}}
20
{
modules/swagger-codegen/src/main/resources/aspnetcore/3.0/controller.mustache
@@ -7,7 +7,6 @@ using Swashbuckle.AspNetCore.SwaggerGen;
7
using Newtonsoft.Json;
8
using System.ComponentModel.DataAnnotations;
9
using {{packageName}}.Attributes;
10
11
using Microsoft.AspNetCore.Authorization;
12
using {{modelPackage}};
13
0 commit comments