Ajout de swagger vers la bonne route
continuous-integration/drone/push Build is passing Details

deploiement
Clement CHIEU 1 year ago
parent ef14986ef7
commit b5e511efd0

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

Loading…
Cancel
Save