We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f29ee commit ecccccdCopy full SHA for ecccccd
src/monolith/Demo.Monolith.API/Extensions/IApplicationBuilderExtensions.cs
@@ -25,6 +25,7 @@ public static void UseOpenApiUi(this IApplicationBuilder app)
25
swaggerUiOptions.SwaggerEndpoint($"/swagger/{OpenApiCategories.Shipments}/swagger.json", "Codito - Shipments API");
26
swaggerUiOptions.SwaggerEndpoint($"/swagger/{OpenApiCategories.ShipmentWebhook}/swagger.json", "Codito - Shipment Webhook API");
27
28
+ swaggerUiOptions.RoutePrefix = "api/docs";
29
swaggerUiOptions.DisplayOperationId();
30
swaggerUiOptions.EnableDeepLinking();
31
swaggerUiOptions.DocExpansion(DocExpansion.List);
0 commit comments