H Vs 6 mesi fa
parent
commit
50c61040bf
1 ha cambiato i file con 8 aggiunte e 5 eliminazioni
  1. +8
    -5
      TelpoKafkaConsole.WebApi/Program.cs

+ 8
- 5
TelpoKafkaConsole.WebApi/Program.cs Vedi File

@@ -47,11 +47,14 @@ namespace TelpoKafkaConsole.WebApi
var app = builder.Build();

// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
}
//if (app.Environment.IsDevelopment())
//{
// app.UseSwagger();
// app.UseSwaggerUI();
//}

app.UseSwagger();
app.UseSwaggerUI();

app.UseAuthorization();



Loading…
Annulla
Salva