Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 621 Bytes

File metadata and controls

17 lines (13 loc) · 621 Bytes

uBeac.Web.Swagger: Easily register Swagger in ASP.NET Core applications

Nuget version Nuget downloads

Start

Install the package with NuGet:

dotnet add package uBeac.Web.Swagger

Just put the following code in Program.cs:

builder.Services.AddCoreSwaggerWithJWT();

app.UseCoreSwagger();