From 39e4658c30e4827286e74ef5a81703b0e3bb0162 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 18 Mar 2024 23:07:57 +0100 Subject: [PATCH] no comprendo --- 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 48c7272..419fe44 100644 --- a/src/HeartTrackAPI/Utils/AppBootstrap.cs +++ b/src/HeartTrackAPI/Utils/AppBootstrap.cs @@ -196,6 +196,7 @@ public class AppBootstrap(IConfiguration configuration) { options.SwaggerEndpoint($"./swagger/{description.GroupName}/swagger.json", description.GroupName.ToUpperInvariant()); + options.RoutePrefix = string.Empty; } });