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 95a3322 commit ac99022Copy full SHA for ac99022
modules/swagger-codegen/src/main/resources/aspnetcore/3.0/Startup.mustache
@@ -14,6 +14,7 @@ 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,6 +7,7 @@ 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