Mise à jour de 'EntityFramework_LoL/Sources/API_LoL_Project/Program.cs'
continuous-integration/drone/push Build is passing Details

master
David D'ALMEIDA 1 year ago
parent 13bb701d1d
commit 8f150d8db0

@ -82,7 +82,7 @@ var apiVersionDescriptionProvider = app.Services.GetRequiredService<IApiVersionD
app?.Services?.GetService<LolDbContext>()?.Database.EnsureCreated();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
if (true)
{
app.UseSwagger();
/* app.UseSwaggerUI();*/

Loading…
Cancel
Save