Skip to content

Commit 1915b4c

Browse files
HugoMariofrantuma
authored andcommitted
added missed import
1 parent 215a936 commit 1915b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ using Swashbuckle.AspNetCore.SwaggerGen;
1313
using {{packageName}}.Filters;
1414
using {{packageName}}.Security;
1515

16+
using Microsoft.AspNetCore.Authentication;
17+
1618
namespace {{packageName}}
1719
{
1820
/// <summary>

0 commit comments

Comments
 (0)