From 0922d1cfda0f5443147b2da667ece4d5422ea3bf Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 19 Mar 2024 06:08:49 +0100 Subject: [PATCH] CI --- src/HeartTrackAPI/Utils/AppBootstrap.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HeartTrackAPI/Utils/AppBootstrap.cs b/src/HeartTrackAPI/Utils/AppBootstrap.cs index 7e81215..82bffdb 100644 --- a/src/HeartTrackAPI/Utils/AppBootstrap.cs +++ b/src/HeartTrackAPI/Utils/AppBootstrap.cs @@ -186,6 +186,7 @@ public class AppBootstrap(IConfiguration configuration) { var apiVersionDescriptionProvider = app.Services.GetRequiredService(); app.UseSwagger(); + app.UseSwaggerUI(); app.MapSwagger(); app.UseSwaggerUI(options => {