diff --git a/src/HeartTrackAPI/AppBootstrap.cs b/src/HeartTrackAPI/AppBootstrap.cs index c910166..f3a6f8d 100644 --- a/src/HeartTrackAPI/AppBootstrap.cs +++ b/src/HeartTrackAPI/AppBootstrap.cs @@ -16,6 +16,7 @@ using Model2Entities; using StubAPI; using Swashbuckle.AspNetCore.SwaggerGen; + namespace HeartTrackAPI; public class AppBootstrap(IConfiguration configuration)