Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
KingBain authored Dec 13, 2024
1 parent 26bb05f commit 0ed6dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ResourceProvisioner/src/ResourceProvisioner.API/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen(opts =>

var password = "Password123"; //password scan

{
opts.AddSecurityDefinition("Bearer", new OpenApiSecurityScheme
{
Expand Down

0 comments on commit 0ed6dff

Please sign in to comment.