Skip to content

Commit

Permalink
Test deploy azure
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderlan authored Nov 7, 2023
1 parent 6f1a280 commit 71ec0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orion.Api/Configuration/SwaggerConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void ConfigureSwagger(this IServiceCollection services)
{
Version = "v1",
Title = "Orion API",
Description = "Orion API - A simple project template for creating a .NET API (v7.0)"
Description = "Orion API - A simple project template for creating a .NET API (v7.0) - test deploy azure"
});

c.AddSecurityDefinition("Bearer", new OpenApiSecurityScheme
Expand Down

0 comments on commit 71ec0d2

Please sign in to comment.