Mise à jour de 'src/HeartTrackAPI/Program.cs'
continuous-integration/drone/push Build is passing Details

WORK-WEB-API
Kevin MONTEIRO 1 year ago
parent 8991c502bf
commit a7a9c57d04

@ -8,11 +8,10 @@ builder.Services.AddSwaggerGen();
var app = builder.Build();
// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
app.UseSwagger();
app.UseSwaggerUI();
}
app.UseSwagger();
app.UseSwaggerUI();
app.UseHttpsRedirection();

Loading…
Cancel
Save