Skip to content

Commit ac99022

Browse files
committed
Revert "removed inexistent and unused import"
This reverts commit 95a3322.
1 parent 95a3322 commit ac99022

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/swagger-codegen/src/main/resources/aspnetcore/3.0/Startup.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ using Newtonsoft.Json.Serialization;
1414
using Swashbuckle.AspNetCore.Swagger;
1515
using Swashbuckle.AspNetCore.SwaggerGen;
1616
using {{packageName}}.Filters;
17+
using {{packageName}}.Security;
1718

1819
namespace {{packageName}}
1920
{

modules/swagger-codegen/src/main/resources/aspnetcore/3.0/controller.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using Swashbuckle.AspNetCore.SwaggerGen;
77
using Newtonsoft.Json;
88
using System.ComponentModel.DataAnnotations;
99
using {{packageName}}.Attributes;
10+
using {{packageName}}.Security;
1011
using Microsoft.AspNetCore.Authorization;
1112
using {{modelPackage}};
1213

0 commit comments

Comments
 (0)