Skip to content

Commit

Permalink
Inicio rama release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdepetrisd committed Mar 14, 2024
1 parent 3904de6 commit 7938890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebAPI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
builder.Services.AddSwaggerGen(c =>
{
c.SwaggerDoc("Crud", new OpenApiInfo { Title = "La Tienda API: CRUD", Version = "v1.4", Description = $"Environment: {builder.Environment.EnvironmentName}" });
c.SwaggerDoc("UseCases", new OpenApiInfo { Title = "La Tienda API: Casos de Uso", Version = "v1.6.6", Description = $"Environment: {builder.Environment.EnvironmentName}" });
c.SwaggerDoc("UseCases", new OpenApiInfo { Title = "La Tienda API: Casos de Uso", Version = "v1.7.0", Description = $"Environment: {builder.Environment.EnvironmentName}" });

string[] methodsOrder = ["get", "post", "put", "patch", "delete", "options", "trace"];
c.OrderActionsBy((apiDesc) =>
Expand Down

0 comments on commit 7938890

Please sign in to comment.