Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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();