diff --git a/src/HeartTrackAPI/Utils/AppBootstrap.cs b/src/HeartTrackAPI/Utils/AppBootstrap.cs index dc74a9e..dff78fd 100644 --- a/src/HeartTrackAPI/Utils/AppBootstrap.cs +++ b/src/HeartTrackAPI/Utils/AppBootstrap.cs @@ -194,6 +194,8 @@ public class AppBootstrap(IConfiguration configuration) } }); app.MapSwagger(); + app.UseSwaggerUI(); + }