Suppression des options de swaggerui
continuous-integration/drone/push Build was killed Details

deploiement
Clement CHIEU 1 year ago
parent b5e511efd0
commit dd5d0e2231

@ -117,11 +117,7 @@ using (var scope = app.Services.CreateScope())
app.UseSwagger(); app.UseSwagger();
app.UseSwaggerUI(options => app.UseSwaggerUI();
{
options.SwaggerEndpoint("./swagger/v1/swagger.json", "v1");
options.RoutePrefix = "containers/johnnyratton-sqluedo-api";
});
app.UseHttpsRedirection(); app.UseHttpsRedirection();

Loading…
Cancel
Save