pull/10/head
David D'ALMEIDA 1 year ago
parent 25081267b9
commit 0922d1cfda

@ -186,6 +186,7 @@ public class AppBootstrap(IConfiguration configuration)
{
var apiVersionDescriptionProvider = app.Services.GetRequiredService<IApiVersionDescriptionProvider>();
app.UseSwagger();
app.UseSwaggerUI();
app.MapSwagger();
app.UseSwaggerUI(options =>
{

Loading…
Cancel
Save