From f150438fb061a5ea0316d5bfd1683dea14b2cf65 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 14 Mar 2024 17:19:15 +0100 Subject: [PATCH] keep --- src/HeartTrackAPI/AppBootstrap.cs | 1 + 1 file changed, 1 insertion(+) 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)